Skip to content

Commit

Permalink
Try apt-get update on Travis Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Dec 15, 2014
1 parent d966db3 commit d5d9ce4
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 install -y llvm-3.4 llvm-3.4-dev; fi
- 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 == 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 d5d9ce4

Please sign in to comment.