mirror of
https://github.com/nlohmann/json.git
synced 2026-07-17 16:04:55 +00:00
👷 cleanup
This commit is contained in:
+5
-3
@@ -254,11 +254,13 @@ matrix:
|
||||
|
||||
- os: linux
|
||||
compiler: clang
|
||||
env: COMPILER=clang++-5.0
|
||||
env:
|
||||
- COMPILER=clang++-4.0
|
||||
- CXXFLAGS=-std=c++17
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty']
|
||||
packages: ['g++-6', 'clang-5.0']
|
||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']
|
||||
packages: ['g++-6', 'clang-4.0']
|
||||
|
||||
################
|
||||
# build script #
|
||||
|
||||
Reference in New Issue
Block a user