👷 clang-3.9

This commit is contained in:
Niels Lohmann 2017-08-10 20:16:35 +02:00
parent 8de710bbe7
commit 6dc89e47fc
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.8 env: COMPILER=clang++-3.9
addons: addons:
apt: apt:
sources: ['ubuntu-toolchain-r-test'] sources: ['ubuntu-toolchain-r-test']
packages: ['g++-6', 'clang-3.8'] packages: ['g++-6', 'clang-3.9']
################ ################
# build script # # build script #