👷 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
compiler: clang
env: COMPILER=clang++-3.8
env: COMPILER=clang++-3.9
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-6', 'clang-3.8']
packages: ['g++-6', 'clang-3.9']
################
# build script #