👷 clang-3.6
This commit is contained in:
parent
e7a7e4f81f
commit
5aceb0e029
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.7
|
env: COMPILER=clang-3.6
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
|
sources: ['ubuntu-toolchain-r-test'']
|
||||||
packages: ['g++-6', 'clang-3.7']
|
packages: ['g++-6', 'clang-3.6']
|
||||||
|
|
||||||
################
|
################
|
||||||
# build script #
|
# build script #
|
||||||
|
|
Loading…
Reference in a new issue