👷 added Clang 5.0 (see https://docs.travis-ci.com/user/languages/cpp/#clang)
This commit is contained in:
parent
64ef100ebf
commit
ba5d37ba4b
1 changed files with 8 additions and 0 deletions
|
@ -259,6 +259,14 @@ matrix:
|
|||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']
|
||||
packages: ['g++-6', 'clang-4.0']
|
||||
|
||||
- os: linux
|
||||
compiler: clang
|
||||
env: COMPILER=clang++-5.0
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-5.0']
|
||||
packages: ['g++-6', 'clang-5.0']
|
||||
|
||||
################
|
||||
# build script #
|
||||
################
|
||||
|
|
Loading…
Reference in a new issue