travis: clang-3.9

This commit is contained in:
Dr. Chat
2017-02-05 22:01:13 -06:00
parent 7fb31462e4
commit 50cc2385dd
3 changed files with 20 additions and 13 deletions

View File

@@ -22,11 +22,11 @@ sudo: required
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise
# - ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.9
packages:
- clang-3.8
- clang-format-3.8
- clang-3.9
- clang-format-3.9
- libc++-dev
git:
@@ -37,8 +37,8 @@ before_install:
# Nothing!
before_script:
- export CXX=clang++-3.8
- export CC=clang-3.8
- export CXX=clang++-3.9
- export CC=clang-3.9
# Dump useful info.
- $CXX --version
# Prepare environment (pull dependencies, build tools).