We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045779a commit ae29c77Copy full SHA for ae29c77
.travis.yml
@@ -17,7 +17,7 @@ before_install:
17
before_script:
18
- travis_retry bundle
19
- if [ $TRAVIS_OS_NAME == linux ]; then travis_retry ./configure --llvm-config=llvm-config-3.6; fi
20
-- if [ $TRAVIS_OS_NAME == osx ]; then travis_retry ./configure --cc=clang --cxx=clang++; fi
+- if [ $TRAVIS_OS_NAME == osx ]; then travis_retry ./configure --llvm-config=llvm-config-3.8 --cc=clang --cxx=clang++; fi
21
script: rake ci
22
after_success:
23
- if [ $TRAVIS_OS_NAME == linux ]; then ./scripts/build_support.sh archive_core; fi
0 commit comments