mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Undo PR #465 now that the CXX is cleared in bootstrap.sh.
This commit is contained in:
parent
cd73c99815
commit
60e2bef7a8
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -130,9 +130,9 @@ before_install:
|
|||
wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/${SCRIPT}.py" -P ..
|
||||
rvm install 2.3.3
|
||||
|
||||
install: CXX= python "${TRAVIS_BUILD_DIR}/../${SCRIPT}.py" install
|
||||
before_script: CXX= python "${TRAVIS_BUILD_DIR}/../${SCRIPT}.py" before_script
|
||||
script: CXX= python "${TRAVIS_BUILD_DIR}/../${SCRIPT}.py" script
|
||||
after_success: CXX= python "${TRAVIS_BUILD_DIR}/../${SCRIPT}.py" after_success
|
||||
after_failure: CXX= python "${TRAVIS_BUILD_DIR}/../${SCRIPT}.py" after_failure
|
||||
after_script: CXX= python "${TRAVIS_BUILD_DIR}/../${SCRIPT}.py" after_script
|
||||
install: python "${TRAVIS_BUILD_DIR}/../${SCRIPT}.py" install
|
||||
before_script: python "${TRAVIS_BUILD_DIR}/../${SCRIPT}.py" before_script
|
||||
script: python "${TRAVIS_BUILD_DIR}/../${SCRIPT}.py" script
|
||||
after_success: python "${TRAVIS_BUILD_DIR}/../${SCRIPT}.py" after_success
|
||||
after_failure: python "${TRAVIS_BUILD_DIR}/../${SCRIPT}.py" after_failure
|
||||
after_script: python "${TRAVIS_BUILD_DIR}/../${SCRIPT}.py" after_script
|
||||
|
|
Loading…
Add table
Reference in a new issue