👷 cleanup

This commit is contained in:
Niels Lohmann 2017-08-10 21:17:40 +02:00
parent 76b195d7d1
commit bade3b3e6c
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
2 changed files with 12 additions and 11 deletions

View file

@ -254,11 +254,13 @@ matrix:
- os: linux
compiler: clang
env: COMPILER=clang++-5.0
env:
- COMPILER=clang++-4.0
- CXXFLAGS=-std=c++17
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty']
packages: ['g++-6', 'clang-5.0']
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']
packages: ['g++-6', 'clang-4.0']
################
# build script #