👷 clang-4.0

This commit is contained in:
Niels Lohmann 2017-08-10 20:21:41 +02:00
parent 6dc89e47fc
commit e0f8eb1710
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

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