diff options
author | Samuel E. Giddins <segiddins@segiddins.me> | 2015-06-10 13:55:29 -0700 |
---|---|---|
committer | Samuel E. Giddins <segiddins@segiddins.me> | 2015-06-10 13:55:29 -0700 |
commit | d155010499ae0b68cfd76bb9f8810cfc68f5a24c (patch) | |
tree | 5479aa6f1257c18836f0f86667b84a6869a0dae5 /.travis.yml | |
parent | f9a5def6039587027770929974668a64b58117fd (diff) | |
download | bundler-d155010499ae0b68cfd76bb9f8810cfc68f5a24c.tar.gz |
[Travis] Test against 2.4.8 now
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 0180a24d18..575e3e9996 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ env: # We need to know if changes to rubygems will break bundler on release - RGV=master # Test the latest rubygems release with all of our supported rubies - - RGV=v2.4.7 + - RGV=v2.4.8 matrix: fast_finish: true @@ -100,7 +100,7 @@ matrix: # Ruby 1.9.2 sanity check # (but it's just too slow and sometimes goes over the Travis limit) - rvm: 1.9.2 - env: RGV=v2.4.7 + env: RGV=v2.4.8 # Ruby-head (we want to know how we're doing, but not fail the build) - rvm: ruby-head env: RGV=master |