Add rvm install 2.3.3 to .travis.yml (#151)

This commit is contained in:
Peter Dimov
2017-07-15 04:54:42 +03:00
committed by Rene Rivera
parent d695c80267
commit ed56d396ef
+1
View File
@@ -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