Commit 0865ec87 authored by Niels's avatar Niels

re-added GCC6

parent 3fe654e8
...@@ -61,13 +61,13 @@ matrix: ...@@ -61,13 +61,13 @@ matrix:
- mkdir $HOME/clang-$LLVM_VERSION - mkdir $HOME/clang-$LLVM_VERSION
- tar xf $LLVM_ARCHIVE_PATH -C $HOME/clang-$LLVM_VERSION --strip-components 1 - tar xf $LLVM_ARCHIVE_PATH -C $HOME/clang-$LLVM_VERSION --strip-components 1
# - os: linux - os: linux
# compiler: gcc compiler: gcc
# addons: addons:
# apt: apt:
# sources: ['ubuntu-toolchain-r-test'] sources: ['ubuntu-toolchain-r-test']
# packages: ['g++-6', 'valgrind'] packages: ['g++-6', 'valgrind']
# env: COMPILER=g++-6 env: COMPILER=g++-6
# Clang 3.5 is not able to compile the code, # Clang 3.5 is not able to compile the code,
# see https://travis-ci.org/nlohmann/json/jobs/126720186 # see https://travis-ci.org/nlohmann/json/jobs/126720186
......
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