👷 removed gcc
This commit is contained in:
parent
6b20f6d1ef
commit
e7f2d2646a
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@ matrix:
|
||||||
env: COMPILER=clang++-3.8
|
env: COMPILER=clang++-3.8
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-3.8']
|
packages: ['clang-3.8']
|
||||||
packages: ['g++-6', 'clang-3.8']
|
|
||||||
|
|
||||||
################
|
################
|
||||||
# build script #
|
# build script #
|
||||||
|
|
Loading…
Reference in a new issue