mirror of
https://github.com/nlohmann/json.git
synced 2026-07-20 01:14:55 +00:00
👷 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:
+16
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user