From fdb781da3b4a2ef1a41255c85ad5fdb39fce0b38 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 23 Jul 2015 19:55:09 -0600 Subject: [PATCH] Attempt to limit Travis-CI test matrix by OS in preparation for OSX testing. --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 44ad0d3..6596936 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,25 +14,29 @@ notifications: on_success: change on_failure: change -os: - - linux - matrix: include: - compiler: clang env: TOOLSET=clang-3.4 + os: linux - compiler: clang env: TOOLSET=clang-3.5 + os: linux - compiler: clang env: TOOLSET=clang-3.6 + os: linux - compiler: gcc env: TOOLSET=gcc-4.7 + os: linux - compiler: gcc env: TOOLSET=gcc-4.8 + os: linux - compiler: gcc env: TOOLSET=gcc-4.9 + os: linux - compiler: gcc env: TOOLSET=gcc-5.1 + os: linux before_install: wget "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py" install: python script.py install