diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-08-28 23:43:15 +0200 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-09-01 13:54:33 +0200 |
commit | ae737ce20dd17363d8be3c95cae07b1f3d1eb767 (patch) | |
tree | e484a7d2585fb6aac982b4daccab1a9419676760 /.travis.yml | |
parent | 8b61b4b380b734a5cedc31985902c45971255e3b (diff) | |
download | bundler-ae737ce20dd17363d8be3c95cae07b1f3d1eb767.tar.gz |
Test against latest rubies
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
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 |