We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d584788 commit 3f58238Copy full SHA for 3f58238
.travis.yml
@@ -6,7 +6,7 @@ compiler:
6
before_install:
7
- echo $LANG
8
- echo $LC_ALL
9
-- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install -y llvm-3.6; fi
+- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install -y libedit-dev llvm-3.6; fi
10
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install llvm; fi
11
- rvm use $RVM --install --binary --fuzzy
12
- gem update --system
0 commit comments