👷 adding two recent Clang versions

Maybe the simple approach is working now - at least it is in https://github.com/taocpp/PEGTL/blob/master/.travis.yml
This commit is contained in:
Niels Lohmann 2017-07-09 11:10:18 +02:00
parent f1c543cb7b
commit 1b2fabe802
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
2 changed files with 18 additions and 1 deletions

View file

@ -229,6 +229,22 @@ matrix:
env: LLVM_VERSION=3.8.1
compiler: clang
- os: linux
compiler: clang
env: COMPILER=clang++-3.9
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-3.9']
packages: clang-3.9
- os: linux
compiler: clang
env: COMPILER=clang++-4.0
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']
packages: clang-4.0
# - os: linux
# addons:
# apt: