File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : cpp
2
+ sudo : required
3
+ dist : trusty
2
4
compiler :
3
5
- clang
4
6
before_install :
5
7
- echo $LANG
6
8
- echo $LC_ALL
7
- - if [ $TRAVIS_OS_NAME == linux ]; then ./scripts/ llvm.sh ; fi
9
+ - if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install llvm-3.6 ; fi
8
10
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install llvm; fi
9
11
- rvm use $RVM --install --binary --fuzzy
10
12
- gem update --system
11
13
- gem --version
12
14
before_script :
13
15
- travis_retry bundle
14
- - if [ $TRAVIS_OS_NAME == linux ]; then travis_retry ./configure --llvm-config=./vendor/ llvm/Release/bin/llvm -config; fi
16
+ - if [ $TRAVIS_OS_NAME == linux ]; then travis_retry ./configure --llvm-config=llvm-config-3.6 ; fi
15
17
- if [ $TRAVIS_OS_NAME == osx ]; then travis_retry ./configure; fi
16
18
script : rake ci
17
19
after_success :
55
57
os :
56
58
- linux
57
59
- osx
58
- sudo : false
You can’t perform that action at this time.
0 commit comments