From ca604c5a2ebb751aed3156011c220bbf3f9596de Mon Sep 17 00:00:00 2001 From: Niels Date: Fri, 29 Apr 2016 19:37:52 +0200 Subject: [PATCH] trying Clang 3.9 --- .travis.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 495882353..4b3b700b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,13 +38,8 @@ matrix: # packages: ['g++-6', 'valgrind'] # env: COMPILER=g++-6 - - os: linux - compiler: clang - addons: - apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.5'] - packages: ['clang-3.5', 'valgrind'] - env: COMPILER=clang++-3.5 + # Clang 3.5 is not able to compile the code, + # see https://travis-ci.org/nlohmann/json/jobs/126720186 - os: linux compiler: clang @@ -69,6 +64,14 @@ matrix: sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.8'] packages: ['clang-3.8', 'valgrind'] 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 # compiler: clang