👷 another try

This commit is contained in:
Niels Lohmann 2017-08-10 19:40:09 +02:00
parent 94dfecd487
commit c20dd7522f
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -33,7 +33,8 @@ matrix:
env: COMPILER=clang-3.6 env: COMPILER=clang-3.6
addons: addons:
apt: apt:
packages: ['clang-3.6'] sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.6']
packages: ['g++-6', 'clang-3.6']
################ ################
# build script # # build script #