From b6c19f28e1a6a484060c9349c7e3e1f79948d497 Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Mon, 12 Oct 2015 02:02:35 +0200 Subject: [PATCH] use container-based infrastructure --- .travis.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5153e1b..4b7d5c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,21 @@ language: cpp -sudo: false - env: matrix: - COMPILER=g++-4.9 + COMPILER_PACKAGE=g++-4.9 + - COMPILER=g++-4.8 + COMPILER_PACKAGE=g++-4.8 + - COMPILER=g++-4.7 + COMPILER_PACKAGE=g++-4.7 + - COMPILER=clang++-3.5 + COMPILER_PACKAGE=clang-3.5 + + - COMPILER=clang++-3.6 + COMPILER_PACKAGE=clang-3.6 addons: apt: @@ -19,10 +27,7 @@ addons: - llvm-toolchain-precise-3.7 - george-edison55-precise-backports packages: - - g++-4.7 - - g++-4.8 - - g++-4.9 - - clang-3.5 + - ${COMPILER_PACKAGE} - build-essential - cmake - cmake-data