Update CI to use new command names for common CI test script.

This commit is contained in:
Rene Rivera
2015-06-01 09:26:43 -05:00
parent 58c23226b1
commit 27cbb3c604

View File

@ -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