travis.yml: Bump clang to 3.9

This commit is contained in:
Maxime Coste 2017-10-21 06:23:17 +08:00
parent 600ba45189
commit 98cc6534a4

View File

@ -18,7 +18,7 @@ before_install:
install: install:
- if [ $TRAVIS_OS_NAME = linux ]; then - if [ $TRAVIS_OS_NAME = linux ]; then
if [ "$CXX" = "clang++" ]; then if [ "$CXX" = "clang++" ]; then
export CXX=clang++-3.6; export CXX=clang++-3.9;
elif [ "$CXX" = "g++" ]; then elif [ "$CXX" = "g++" ]; then
export CXX=g++-5; export CXX=g++-5;
fi; fi;
@ -34,9 +34,9 @@ addons:
sources: sources:
- boost-latest - boost-latest
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.6 - llvm-toolchain-precise-3.9
packages: packages:
- clang-3.6 - clang-3.9
- libstdc++-5-dev - libstdc++-5-dev
- g++-5 - g++-5
- libncursesw5-dev - libncursesw5-dev