👷 clang-3.4

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

View file

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