From 8882a06c89e53cc04da5a515e632aa63e165263e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 29 Dec 2019 07:10:15 +0200 Subject: Remove `rvm install 2.3.3` from before_install --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 701b072928..90d83918fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -123,10 +123,9 @@ matrix: before_install: # Fetch the scripts to do the actual building/testing. - - | - 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 + - 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 -- cgit v1.2.3