From 283d4c406d3957089c48750052fdf88de063cd9c Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 24 May 2015 07:47:15 -0500 Subject: [PATCH] Use Travis matrix with TOOLSET env spec. --- .travis.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 836923e..6c07e3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,5 @@ language: cpp -compiler: - - gcc - branches: only: - develop @@ -24,16 +21,15 @@ notifications: os: - linux +matrix: + include: + - compiler: gcc + env: TOOLSET=gcc-4.7 + before_install: wget "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py" - install: python script.py travis_install - before_script: python script.py travis_before_script - script: python script.py travis_script - after_success: python script.py travis_after_success - after_failure: python script.py travis_after_failure - after_script: python script.py travis_after_script