👷 removing Clang 3.9 and 4.0

These versions are still not working properly: https://travis-ci.org/nlohmann/json/jobs/251675281
parent 504012a3
...@@ -183,17 +183,17 @@ matrix: ...@@ -183,17 +183,17 @@ matrix:
- os: linux - os: linux
compiler: gcc compiler: gcc
env: env: COMPILER=g++-7
- COMPILER=g++-6
- CXXFLAGS=-std=c++1z
addons: addons:
apt: apt:
sources: ['ubuntu-toolchain-r-test'] sources: ['ubuntu-toolchain-r-test']
packages: g++-6 packages: g++-7
- os: linux - os: linux
compiler: gcc compiler: gcc
env: COMPILER=g++-7 env:
- COMPILER=g++-7
- CXXFLAGS=-std=c++17
addons: addons:
apt: apt:
sources: ['ubuntu-toolchain-r-test'] sources: ['ubuntu-toolchain-r-test']
...@@ -229,22 +229,6 @@ matrix: ...@@ -229,22 +229,6 @@ matrix:
env: LLVM_VERSION=3.8.1 env: LLVM_VERSION=3.8.1
compiler: clang 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 # - os: linux
# addons: # addons:
# apt: # apt:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment