diff options
author | Andre Arko <andre@arko.net> | 2013-03-02 23:45:57 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2013-03-02 23:45:57 -0800 |
commit | e4e29fd6698b03a424f683775b3d4d9426909bb6 (patch) | |
tree | 507a2f81ee0ed312bc6dd3ca5e71f642ddf8dc26 /.travis.yml | |
parent | df7fee9686c0bcd9785c50ca414fa6212c07897d (diff) | |
download | bundler-e4e29fd6698b03a424f683775b3d4d9426909bb6.tar.gz |
less 1.9.2 builds is better
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1f729cd9ca..96c3ce6d66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,6 @@ notifications: rvm: - 2.0.0 - 1.9.3 - - 1.9.2 # Rubygems versions MUST be available as rake tasks # see Rakefile:66 for the list of possible RGV values env: @@ -52,6 +51,9 @@ matrix: env: RGV=v1.6.2 - rvm: 1.9.3 env: RGV=v1.5.3 + # We only want an overview of how 1.9.2 is doing + - rvm: 1.9.2 + env: RGV=v1.8.25 # Rubygems goes down to 1.3.6 on Ruby 1.8.7 - rvm: 1.8.7 env: RGV=v1.8.25 |