Skip to content

Commit 96ab640

Browse files
committed
Install rubygems 2.7.8 and bundler ~> 1.17 on Travis
1 parent c6c3927 commit 96ab640

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ cache:
66
- vendor/bundle
77

88
before_install:
9-
- "travis_retry gem update --system"
10-
- "travis_retry gem update bundler"
11-
install: bundle install --path=vendor/bundle --retry=3 --jobs=3
9+
- "travis_retry gem update --system 2.7.8"
10+
- "travis_retry gem install bundler -v '1.17.3'"
11+
install: BUNDLER_VERSION=1.17.3 bundle install --path=vendor/bundle --retry=3 --jobs=3
1212

1313
script:
1414
- bundle exec rake ci

0 commit comments

Comments
 (0)