This commit is contained in:
Niels Lohmann 2017-08-21 17:27:35 +02:00
parent 64ef100ebf
commit ba5d37ba4b
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -259,6 +259,14 @@ matrix:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']
packages: ['g++-6', 'clang-4.0']
- os: linux
compiler: clang
env: COMPILER=clang++-5.0
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-5.0']
packages: ['g++-6', 'clang-5.0']
################
# build script #
################