Skip to content

Commit d349634

Browse files
committed
👷 removing Clang 3.9 and 4.0
These versions are still not working properly: https://travis-ci.org/nlohmann/json/jobs/251675281
1 parent 504012a commit d349634

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

.travis.yml

+5-21
Original file line numberDiff line numberDiff line change
@@ -183,17 +183,17 @@ matrix:
183183

184184
- os: linux
185185
compiler: gcc
186-
env:
187-
- COMPILER=g++-6
188-
- CXXFLAGS=-std=c++1z
186+
env: COMPILER=g++-7
189187
addons:
190188
apt:
191189
sources: ['ubuntu-toolchain-r-test']
192-
packages: g++-6
190+
packages: g++-7
193191

194192
- os: linux
195193
compiler: gcc
196-
env: COMPILER=g++-7
194+
env:
195+
- COMPILER=g++-7
196+
- CXXFLAGS=-std=c++17
197197
addons:
198198
apt:
199199
sources: ['ubuntu-toolchain-r-test']
@@ -229,22 +229,6 @@ matrix:
229229
env: LLVM_VERSION=3.8.1
230230
compiler: clang
231231

232-
- os: linux
233-
compiler: clang
234-
env: COMPILER=clang++-3.9
235-
addons:
236-
apt:
237-
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-3.9']
238-
packages: clang-3.9
239-
240-
- os: linux
241-
compiler: clang
242-
env: COMPILER=clang++-4.0
243-
addons:
244-
apt:
245-
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']
246-
packages: clang-4.0
247-
248232
# - os: linux
249233
# addons:
250234
# apt:

0 commit comments

Comments
 (0)