Skip to content

Commit 1e6278b

Browse files
committed
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

.travis.yml

Lines changed: 1 addition & 1 deletion
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)