Install rubygems 2.7.8 and bundler ~> 1.17 on Travis

This commit is contained in:
Krzysztof Rybka 2019-01-24 23:32:14 +01:00
parent c6c3927e00
commit 96ab640eb9

View File

@ -6,9 +6,9 @@ cache:
- vendor/bundle - vendor/bundle
before_install: before_install:
- "travis_retry gem update --system" - "travis_retry gem update --system 2.7.8"
- "travis_retry gem update bundler" - "travis_retry gem install bundler -v '1.17.3'"
install: bundle install --path=vendor/bundle --retry=3 --jobs=3 install: BUNDLER_VERSION=1.17.3 bundle install --path=vendor/bundle --retry=3 --jobs=3
script: script:
- bundle exec rake ci - bundle exec rake ci