mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 11:57:12 +02:00
Attempt to limit Travis-CI test matrix by OS in preparation for OSX
testing.
This commit is contained in:
10
.travis.yml
10
.travis.yml
@ -14,25 +14,29 @@ notifications:
|
|||||||
on_success: change
|
on_success: change
|
||||||
on_failure: change
|
on_failure: change
|
||||||
|
|
||||||
os:
|
|
||||||
- linux
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
env: TOOLSET=clang-3.4
|
env: TOOLSET=clang-3.4
|
||||||
|
os: linux
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
env: TOOLSET=clang-3.5
|
env: TOOLSET=clang-3.5
|
||||||
|
os: linux
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
env: TOOLSET=clang-3.6
|
env: TOOLSET=clang-3.6
|
||||||
|
os: linux
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
env: TOOLSET=gcc-4.7
|
env: TOOLSET=gcc-4.7
|
||||||
|
os: linux
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
env: TOOLSET=gcc-4.8
|
env: TOOLSET=gcc-4.8
|
||||||
|
os: linux
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
env: TOOLSET=gcc-4.9
|
env: TOOLSET=gcc-4.9
|
||||||
|
os: linux
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
env: TOOLSET=gcc-5.1
|
env: TOOLSET=gcc-5.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