summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-09-01 13:03:18 +0000
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-15 09:42:46 +0200
commit69a539cd1122afd4d3212cb150aa0a40c366ab66 (patch)
treee484a7d2585fb6aac982b4daccab1a9419676760 /.travis.yml
parentcd37c71a8165f9e45b4a48f83bcb3cf0b998ec08 (diff)
downloadbundler-69a539cd1122afd4d3212cb150aa0a40c366ab66.tar.gz
Merge #7334
7334: Test against latest rubies r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that patch level rubies were release, so we should test them. ### What is your fix for the problem, implemented in this PR? My fix is to start using them in CI. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net> (cherry picked from commit e1991d866f5b2c953db02b23d24835c97b79f583)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 52591a022c..03d8d4eb98 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,9 +26,9 @@ notifications:
- secure: JxBi7DDJGkIF/7f/FSN/HUHpvV4EKfQccZHTPd1b2pNJn3GXo6u+tNVbAw2WjxYzPyPQI3ZcYBCU9SEXp/i7VmG8uMzh8Kyildw+miSKYKVb90uYqcsXWzbxwyNBgJLvyDkzST45H5lgnyAicee3WkFes/WDZikIajbH7ztdb04=
rvm:
- - 2.6.3
- - 2.5.5
- - 2.4.6
+ - 2.6.4
+ - 2.5.6
+ - 2.4.7
stages:
- linting
@@ -44,7 +44,7 @@ env:
jobs:
include:
- - rvm: 2.6.3
+ - rvm: 2.6.4
script: rake rubocop
stage: linting
# Ruby 2.3 also tested in 2.x mode
@@ -55,11 +55,11 @@ jobs:
env: RGV=v3.0.6
stage: test
# Ruby 2.5, Rubygems 2.7
- - rvm: 2.5.5
+ - rvm: 2.5.6
env: RGV=v2.7.10
stage: test
# Ruby 2.4, Rubygems 2.6
- - rvm: 2.4.6
+ - rvm: 2.4.7
env: RGV=v2.6.14
stage: test
# Ruby 2.3, Rubygems 2.5