Skip to content

Commit

Permalink
Install the package already.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Dec 28, 2015
1 parent 52fd82f commit c04d794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ compiler:
before_install:
- echo $LANG
- echo $LC_ALL
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install llvm-3.6; fi
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install -y llvm-3.6; fi
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install llvm; fi
- rvm use $RVM --install --binary --fuzzy
- gem update --system
Expand Down

0 comments on commit c04d794

Please sign in to comment.