From a8e6c4be4f9fbd9ebd15981914463a216ffbd76c Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Sun, 18 Oct 2015 00:17:15 +0200 Subject: [PATCH] test with more compilers --- .travis.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/.travis.yml b/.travis.yml index 97562ef..7a2fdcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,23 @@ sudo: false matrix: include: + - env: + - COMPILER=g++-5 + - WITH_UNIT_TESTS=ON + addons: + apt: + sources: + - ubuntu-toolchain-r-test + - boost-latest + - george-edison55-precise-backports + packages: + - g++-5 + - cmake + - cmake-data + - libboost1.55-dev + - libboost-regex1.55-dev + - libboost-program-options1.55-dev + os: linux - env: - COMPILER=g++-4.9 - WITH_UNIT_TESTS=ON @@ -90,6 +107,24 @@ matrix: - libboost-regex1.55-dev - libboost-program-options1.55-dev os: linux + - env: + - COMPILER=clang++-3.7 + - WITH_UNIT_TESTS=ON + addons: + apt: + sources: + - llvm-toolchain-precise-3.7 + - ubuntu-toolchain-r-test + - boost-latest + - george-edison55-precise-backports + packages: + - clang-3.7 + - cmake + - cmake-data + - libboost1.55-dev + - libboost-regex1.55-dev + - libboost-program-options1.55-dev + os: linux - env: - COMPILER=clang++ - WITH_UNIT_TESTS=ON