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