Commit ca604c5a by Niels

trying Clang 3.9

parent 86d7e309
...@@ -38,13 +38,8 @@ matrix: ...@@ -38,13 +38,8 @@ matrix:
# packages: ['g++-6', 'valgrind'] # packages: ['g++-6', 'valgrind']
# env: COMPILER=g++-6 # env: COMPILER=g++-6
- os: linux # Clang 3.5 is not able to compile the code,
compiler: clang # see https://travis-ci.org/nlohmann/json/jobs/126720186
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.5']
packages: ['clang-3.5', 'valgrind']
env: COMPILER=clang++-3.5
- os: linux - os: linux
compiler: clang compiler: clang
...@@ -69,6 +64,14 @@ matrix: ...@@ -69,6 +64,14 @@ matrix:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.8'] sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.8']
packages: ['clang-3.8', 'valgrind'] packages: ['clang-3.8', 'valgrind']
env: COMPILER=clang++-3.8 env: COMPILER=clang++-3.8
- os: linux
compiler: clang
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.9']
packages: ['clang-3.9', 'valgrind']
env: COMPILER=clang++-3.9
# - os: osx # - os: osx
# compiler: clang # compiler: clang
......
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