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 6
6
- vendor/bundle
7
7
8
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
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
12
12
13
13
script :
14
14
- bundle exec rake ci
@@ -48,6 +48,7 @@ matrix:
48
48
- { rvm: 2.1.10, env: RAILS_VERSION=master }
49
49
- { rvm: 2.2.8, env: RAILS_VERSION=master }
50
50
- { rvm: 2.3.5, env: RAILS_VERSION=master }
51
+ - { rvm: 2.4.2, env: RAILS_VERSION=master }
51
52
- { rvm: 2.1.10, env: RAILS_VERSION=5.0 }
52
53
- { rvm: 2.1.10, env: RAILS_VERSION=5.1 }
53
54
- { rvm: 2.1.10, env: RAILS_VERSION=5.2 }
You can’t perform that action at this time.
0 commit comments