summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@gmail.com>2019-12-29 07:10:15 +0200
committerPeter Dimov <pdimov@gmail.com>2019-12-29 07:10:15 +0200
commit8882a06c89e53cc04da5a515e632aa63e165263e (patch)
tree58831d83bcc86afd3067872e0950dbc69f29facd
parentb5fc6856cf4e4a88803cb839365ce4c6a6dfd3d0 (diff)
downloadboost-feature/remove-travis-packages.tar.gz
Remove `rvm install 2.3.3` from before_installfeature/remove-travis-packages
-rw-r--r--.travis.yml7
1 files 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