mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 11:37:13 +02:00
Poke Travis, by changing target compiler matrix.
This commit is contained in:
@ -23,16 +23,16 @@ os:
|
||||
|
||||
matrix:
|
||||
include:
|
||||
#- compiler: clang
|
||||
# env: TOOLSET=clang-3.4
|
||||
- compiler: clang
|
||||
env: TOOLSET=clang-3.4
|
||||
#- compiler: clang
|
||||
# env: TOOLSET=clang-3.5
|
||||
#- compiler: gcc
|
||||
# env: TOOLSET=gcc-4.7
|
||||
#- compiler: gcc
|
||||
# env: TOOLSET=gcc-4.8
|
||||
- compiler: gcc
|
||||
env: TOOLSET=gcc-4.9
|
||||
#- compiler: gcc
|
||||
# env: TOOLSET=gcc-4.9
|
||||
|
||||
before_install: wget "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py"
|
||||
install: python script.py travis_install
|
||||
|
Reference in New Issue
Block a user