Skip to content

Commit

Permalink
Su effen do.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Dec 15, 2014
1 parent d5d9ce4 commit ac50e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ compiler:
before_install:
- echo $LANG
- echo $LC_ALL
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && apt-get install -y llvm-3.4 llvm-3.4-dev; fi
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install -y llvm-3.4 llvm-3.4-dev; fi
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install llvm && brew link --force llvm; fi
- rvm use $RVM --install --binary --fuzzy
- gem update --system
Expand Down

3 comments on commit ac50e75

@meatballhat
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😻 the commit message made my day. Thank you ❤️

@brixen
Copy link
Member Author

@brixen brixen commented on ac50e75 Dec 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was totally ruining my day, so I'm glad it made yours. :) I don't understand why we set up systems where you have permission to do anything you want but you have to use a special command to do so.

@meatballhat
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

preach on!

Please sign in to comment.