👷 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:
parent
f1c543cb7b
commit
1b2fabe802
2 changed files with 18 additions and 1 deletions
16
.travis.yml
16
.travis.yml
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue