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