👷 clang-3.5

This commit is contained in:
Niels Lohmann 2017-08-10 19:50:36 +02:00
parent 3283352db3
commit c06b5c5c10
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.6 env: COMPILER=clang++-3.5
addons: addons:
apt: apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.6'] sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.5']
packages: ['g++-6', 'clang-3.6'] packages: ['g++-6', 'clang-3.5']
################ ################
# build script # # build script #