mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 19:47:12 +02:00
Update CI to use new command names for common CI test script.
This commit is contained in:
12
.travis.yml
12
.travis.yml
@ -39,9 +39,9 @@ matrix:
|
||||
env: TOOLSET=gcc-5.1
|
||||
|
||||
before_install: wget "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py"
|
||||
install: python script.py travis_install
|
||||
before_script: python script.py travis_before_script
|
||||
script: python script.py travis_script
|
||||
after_success: python script.py travis_after_success
|
||||
after_failure: python script.py travis_after_failure
|
||||
after_script: python script.py travis_after_script
|
||||
install: python script.py install
|
||||
before_script: python script.py before_script
|
||||
script: python script.py script
|
||||
after_success: python script.py after_success
|
||||
after_failure: python script.py after_failure
|
||||
after_script: python script.py after_script
|
||||
|
Reference in New Issue
Block a user