mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 19:57:14 +02:00
Put back just the Linux Travis test matrix. Giving up on OSX Travis for
now.
This commit is contained in:
22
.travis.yml
22
.travis.yml
@ -16,36 +16,16 @@ notifications:
|
|||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
|
||||||
|
|
||||||
env:
|
|
||||||
- env: TOOLSET=clang-3.4
|
|
||||||
- env: TOOLSET=clang-3.5
|
|
||||||
- env: TOOLSET=clang-3.6
|
|
||||||
- env: TOOLSET=gcc-4.7
|
|
||||||
- env: TOOLSET=gcc-4.8
|
|
||||||
- env: TOOLSET=gcc-4.9
|
|
||||||
- env: TOOLSET=gcc-5.1
|
|
||||||
- env: TOOLSET=xcode-6.1
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
include:
|
||||||
- env: TOOLSET=clang-3.4
|
- env: TOOLSET=clang-3.4
|
||||||
os: osx
|
|
||||||
- env: TOOLSET=clang-3.5
|
- env: TOOLSET=clang-3.5
|
||||||
os: osx
|
|
||||||
- env: TOOLSET=clang-3.6
|
- env: TOOLSET=clang-3.6
|
||||||
os: osx
|
|
||||||
- env: TOOLSET=gcc-4.7
|
- env: TOOLSET=gcc-4.7
|
||||||
os: osx
|
|
||||||
- env: TOOLSET=gcc-4.8
|
- env: TOOLSET=gcc-4.8
|
||||||
os: osx
|
|
||||||
- env: TOOLSET=gcc-4.9
|
- env: TOOLSET=gcc-4.9
|
||||||
os: osx
|
|
||||||
- env: TOOLSET=gcc-5.1
|
- env: TOOLSET=gcc-5.1
|
||||||
os: osx
|
|
||||||
- env: TOOLSET=xcode-6.1
|
|
||||||
os: linux
|
|
||||||
|
|
||||||
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"
|
||||||
install: python script.py install
|
install: python script.py install
|
||||||
|
Reference in New Issue
Block a user