mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
Add rvm: 2.3.3 to .travis.yml (#150)
* Add rvm: 2.3.3 to .travis.yml * rvm: only works for language: ruby, call rvm install explicitly
This commit is contained in:
parent
8463dcc95c
commit
6bc50e4294
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ before_install:
|
|||
- |
|
||||
wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_common.py" -P ..
|
||||
wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/${SCRIPT}.py" -P ..
|
||||
rvm install 2.3.3
|
||||
|
||||
install: python "${TRAVIS_BUILD_DIR}/../${SCRIPT}.py" install
|
||||
before_script: python "${TRAVIS_BUILD_DIR}/../${SCRIPT}.py" before_script
|
||||
|
|
Loading…
Add table
Reference in a new issue