From dbf58ae9c0e574c517516228601ff0dae23fbe96 Mon Sep 17 00:00:00 2001 From: Niels Date: Sat, 2 Jan 2016 15:24:13 +0100 Subject: [PATCH] trying to add Clang 3.7 toolchain --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 36fe5ba7..605073fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,14 @@ matrix: packages: ['clang-3.6', 'valgrind'] env: COMPILER=clang++-3.6 + - os: linux + compiler: clang + addons: + apt: + sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise'] + packages: ['clang-3.7', 'valgrind'] + env: COMPILER=clang++-3.7 + script: - make CXX=$COMPILER CXXFLAGS="-lstdc++" - ./json_unit "*"