summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-04 22:23:44 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-11 13:25:59 +0200
commitb9baa34673b96419410bd7c61d379bc8c89d798e (patch)
treeacd392e65c87618a82afbd9d6051de4dddc6e387 /.travis.yml
parent4e96e9b7b921a2792f14e9127c7d9a0838832e57 (diff)
downloadbundler-b9baa34673b96419410bd7c61d379bc8c89d798e.tar.gz
Move on to bundler 3
* Drop bundler 1 stuff from tests. * Move all feature flags to bundler 3 (like they are in 2-0-stable) and get them tested.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 9 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index efd4d2569a..8581b190dc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,6 @@ rvm:
- 2.6.2
- 2.5.5
- 2.4.5
- - 2.3.8
stages:
- linting
@@ -44,8 +43,10 @@ stages:
# see Rakefile:125 for the list of possible RGV values
env:
# We need to know if changes to rubygems will break bundler on release
+ - RGV=master BUNDLER_SPEC_SUB_VERSION=3.0.0
- RGV=master
# Test the latest rubygems release with all of our supported rubies
+ - RGV=v3.0.3 BUNDLER_SPEC_SUB_VERSION=3.0.0
- RGV=v3.0.3
jobs:
@@ -53,6 +54,13 @@ jobs:
- rvm: 2.6.2
script: rake rubocop
stage: linting
+ # Ruby 2.3 also tested in 2.x mode
+ - rvm: 2.3.8
+ env: RGV=master
+ stage: test
+ - rvm: 2.3.8
+ env: RGV=v3.0.3
+ stage: test
# Ruby 2.5, Rubygems 2.7
- rvm: 2.5.5
env: RGV=v2.7.9
@@ -69,10 +77,6 @@ jobs:
- rvm: ruby-head
env: RGV=master
stage: test
- # 1.x mode (we want to keep stuff passing in 1.x mode for now)
- - rvm: 2.6.2
- env: RGV=v3.0.3 BUNDLER_SPEC_SUB_VERSION=1.98
- stage: test
allow_failures:
- rvm: ruby-head