Add clang 5
This commit is contained in:
parent
95be02d4ce
commit
2c566b208b
1 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,14 @@ matrix:
|
|||
- llvm-toolchain-trusty-4.0
|
||||
packages:
|
||||
- clang-4.0 # note this is *NOT* the same version as clang-format
|
||||
- os: linux
|
||||
env: MATRIX_EVAL="CC=clang-5.0 && CXX=clang++-5.0"
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- llvm-toolchain-trusty-5.0
|
||||
packages:
|
||||
- clang-5.0
|
||||
|
||||
# prevent Travis from overwriting our CXX variables
|
||||
before_install:
|
||||
|
|
Loading…
Reference in a new issue