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