Skip to content

Commit

Permalink
Try apt-get update to find llvm-3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed May 22, 2015
1 parent a27c813 commit 1e6278b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ before_install:
- echo $LANG
- echo $LC_ALL
- if [ $TRAVIS_OS_NAME == linux ]; then wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add -; fi
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libllvm3.6 llvm-3.6-dev; fi
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install libllvm3.6 llvm-3.6-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

0 comments on commit 1e6278b

Please sign in to comment.