File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 66 - vendor/bundle
77
88before_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
1313script :
1414 - bundle exec rake ci
@@ -48,6 +48,7 @@ matrix:
4848 - { rvm: 2.1.10, env: RAILS_VERSION=master }
4949 - { rvm: 2.2.8, env: RAILS_VERSION=master }
5050 - { rvm: 2.3.5, env: RAILS_VERSION=master }
51+ - { rvm: 2.4.2, env: RAILS_VERSION=master }
5152 - { rvm: 2.1.10, env: RAILS_VERSION=5.0 }
5253 - { rvm: 2.1.10, env: RAILS_VERSION=5.1 }
5354 - { rvm: 2.1.10, env: RAILS_VERSION=5.2 }
You can’t perform that action at this time.
0 commit comments