👷 clang-4.0
This commit is contained in:
parent
6dc89e47fc
commit
e0f8eb1710
1 changed files with 3 additions and 3 deletions
|
@ -30,11 +30,11 @@ matrix:
|
|||
|
||||
- os: linux
|
||||
compiler: clang
|
||||
env: COMPILER=clang++-3.9
|
||||
env: COMPILER=clang++-4.0
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test']
|
||||
packages: ['g++-6', 'clang-3.9']
|
||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']
|
||||
packages: ['g++-6', 'clang-4.0']
|
||||
|
||||
################
|
||||
# build script #
|
||||
|
|
Loading…
Reference in a new issue