Commit ddc5442c by Niels

cleanup

parent a07cdb14
...@@ -45,7 +45,7 @@ matrix: ...@@ -45,7 +45,7 @@ matrix:
compiler: clang compiler: clang
addons: addons:
apt: apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise'] sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.6']
packages: ['clang-3.6', 'valgrind'] packages: ['clang-3.6', 'valgrind']
env: COMPILER=clang++-3.6 env: COMPILER=clang++-3.6
...@@ -53,7 +53,7 @@ matrix: ...@@ -53,7 +53,7 @@ matrix:
compiler: clang compiler: clang
addons: addons:
apt: apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise'] sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
packages: ['clang-3.7', 'valgrind'] packages: ['clang-3.7', 'valgrind']
env: COMPILER=clang++-3.7 env: COMPILER=clang++-3.7
...@@ -61,7 +61,7 @@ matrix: ...@@ -61,7 +61,7 @@ matrix:
compiler: clang compiler: clang
addons: addons:
apt: apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise'] 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
...@@ -74,6 +74,26 @@ matrix: ...@@ -74,6 +74,26 @@ matrix:
env: COMPILER=clang++-3.9 env: COMPILER=clang++-3.9
- os: osx - os: osx
osx_image: beta-xcode6.1
compiler: clang
env: COMPILER=clang
- os: osx
osx_image: beta-xcode6.2
compiler: clang
env: COMPILER=clang
- os: osx
osx_image: beta-xcode6.3
compiler: clang
env: COMPILER=clang
- os: osx
osx_image: xcode6.4
compiler: clang
env: COMPILER=clang
- os: osx
osx_image: xcode7.1 osx_image: xcode7.1
compiler: clang compiler: clang
env: COMPILER=clang env: COMPILER=clang
...@@ -91,6 +111,6 @@ matrix: ...@@ -91,6 +111,6 @@ matrix:
script: script:
- make CXX=$COMPILER CXXFLAGS="-lstdc++" - make CXX=$COMPILER CXXFLAGS="-lstdc++"
- ./json_unit "*" - ./json_unit "*"
- if [ "${os}" = "linux" ]; then - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
valgrind --error-exitcode=1 --leak-check=full ./json_unit ; valgrind --error-exitcode=1 --leak-check=full ./json_unit ;
fi fi
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