travis: last try clang 3.8
This commit is contained in:
parent
bf7f170825
commit
37d88bb11e
10
.travis.yml
10
.travis.yml
|
@ -23,10 +23,10 @@ addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
# - ubuntu-toolchain-r-test
|
# - ubuntu-toolchain-r-test
|
||||||
- llvm-toolchain-precise-3.9
|
- llvm-toolchain-precise
|
||||||
packages:
|
packages:
|
||||||
- clang-3.9
|
- clang-3.8
|
||||||
- clang-format-3.9
|
- clang-format-3.8
|
||||||
- libc++-dev
|
- libc++-dev
|
||||||
|
|
||||||
git:
|
git:
|
||||||
|
@ -37,8 +37,8 @@ before_install:
|
||||||
# Nothing!
|
# Nothing!
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export CXX=clang++-3.9
|
- export CXX=clang++-3.8
|
||||||
- export CC=clang-3.9
|
- export CC=clang-3.8
|
||||||
# Dump useful info.
|
# Dump useful info.
|
||||||
- $CXX --version
|
- $CXX --version
|
||||||
# Prepare environment (pull dependencies, build tools).
|
# Prepare environment (pull dependencies, build tools).
|
||||||
|
|
Loading…
Reference in New Issue