We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c3927 commit 96ab640Copy full SHA for 96ab640
.travis.yml
@@ -6,9 +6,9 @@ cache:
6
- vendor/bundle
7
8
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
+ - "travis_retry gem update --system 2.7.8"
+ - "travis_retry gem install bundler -v '1.17.3'"
+install: BUNDLER_VERSION=1.17.3 bundle install --path=vendor/bundle --retry=3 --jobs=3
12
13
script:
14
- bundle exec rake ci
0 commit comments