Explicitly state linux build requirements to hopefully avoid future

stall problems on Travis-CI.
This commit is contained in:
Rene Rivera
2015-12-22 14:26:35 -06:00
parent afedd8077c
commit 0f70c3578a

View File

@ -10,42 +10,56 @@ notifications:
template: template:
- "%{repository}/%{branch} (%{commit} - %{author}): %{build_url}: %{message}" - "%{repository}/%{branch} (%{commit} - %{author}): %{build_url}: %{message}"
sudo: required
env: env:
matrix: matrix:
- TRAVIS_EMPTY_JOB_WORKAROUND=true - TRAVIS_EMPTY_JOB_WORKAROUND=true
os: linux
matrix: matrix:
exclude: exclude:
- env: TRAVIS_EMPTY_JOB_WORKAROUND=true - env: TRAVIS_EMPTY_JOB_WORKAROUND=true
include: include:
- env: TOOLSET=clang-3.4 - env: TOOLSET=clang-3.4
os: linux
dist: precise
- env: TOOLSET=clang-3.5 - env: TOOLSET=clang-3.5
os: linux
dist: precise
- env: TOOLSET=clang-3.6 - env: TOOLSET=clang-3.6
os: linux
dist: precise
- env: TOOLSET=gcc-4.7 - env: TOOLSET=gcc-4.7
os: linux
dist: precise
- env: TOOLSET=gcc-4.8 - env: TOOLSET=gcc-4.8
os: linux
dist: precise
- env: TOOLSET=gcc-4.9 - env: TOOLSET=gcc-4.9
os: linux
dist: precise
- env: TOOLSET=gcc-5.1 - env: TOOLSET=gcc-5.1
- os: osx os: linux
env: TOOLSET=xcode-6.1 dist: precise
- os: osx - env: TOOLSET=xcode-6.1
env: TOOLSET=xcode-6.2 os: osx
- env: TOOLSET=xcode-6.2
os: osx
osx_image: beta-xcode6.2 osx_image: beta-xcode6.2
- os: osx - env: TOOLSET=xcode-6.3
env: TOOLSET=xcode-6.3 os: osx
osx_image: beta-xcode6.3 osx_image: beta-xcode6.3
- os: osx - env: TOOLSET=xcode-6.4
env: TOOLSET=xcode-6.4 os: osx
osx_image: xcode6.4 osx_image: xcode6.4
- os: osx - env: TOOLSET=xcode-7.0
env: TOOLSET=xcode-7.0 os: osx
osx_image: xcode7 osx_image: xcode7
- os: osx - env: TOOLSET=xcode-7.1
env: TOOLSET=xcode-7.1 os: osx
osx_image: xcode7.1 osx_image: xcode7.1
- os: osx - env: TOOLSET=xcode-7.2
env: TOOLSET=xcode-7.2 os: osx
osx_image: xcode7.2 osx_image: xcode7.2
before_install: wget "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py" before_install: wget "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py"