Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1e6278b

Browse files
committedMay 22, 2015
Try apt-get update to find llvm-3.6.
1 parent a27c813 commit 1e6278b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before_install:
88
- echo $LANG
99
- echo $LC_ALL
1010
- if [ $TRAVIS_OS_NAME == linux ]; then wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add -; fi
11-
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libllvm3.6 llvm-3.6-dev; fi
11+
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install libllvm3.6 llvm-3.6-dev; fi
1212
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install llvm && brew link --force llvm; fi
1313
- rvm use $RVM --install --binary --fuzzy
1414
- gem update --system

0 commit comments

Comments
 (0)
Please sign in to comment.