Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
update travis matrix to include more Bundler 3 builds with older RG v…
Browse files Browse the repository at this point in the history
…ersions
  • Loading branch information
colby-swandale committed Feb 27, 2019
1 parent 3d17e81 commit c7f1a37
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,18 @@ jobs:
env: RGV=master
stage: test
# 3.x mode
- rvm: 2.5.3
- rvm: 2.6.1
stage: test
env: RGV=v3.0.2 BUNDLER_SPEC_SUB_VERSION=3.0.0
- rvm: 2.5.3
stage: test
env: RGV=v2.7.8 BUNDLER_SPEC_SUB_VERSION=3.0.0
- rvm: 2.4.5
stage: test
env: RGV=v2.6.14 BUNDLER_SPEC_SUB_VERSION=3.0.0
- rvm: 2.4.5
stage: test
env: RGV=v2.5.2 BUNDLER_SPEC_SUB_VERSION=3.0.0

allow_failures:
- rvm: ruby-head
Expand Down

0 comments on commit c7f1a37

Please sign in to comment.