diff options
author | Andre Arko <andre@arko.net> | 2014-09-19 12:09:32 +0900 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2014-09-19 12:09:32 +0900 |
commit | 9b5db8d90d99be05eeb1f7276b9d4802ecdca313 (patch) | |
tree | b97e1a8cf6997119b00a580bf3d13daa11aa1d67 /.travis.yml | |
parent | 04a380fdeb8c4e7f83e0985151b1de291d2c000c (diff) | |
download | bundler-9b5db8d90d99be05eeb1f7276b9d4802ecdca313.tar.gz |
Test the newest 2.1 release [ci skip]
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 1a449cdba8..01d1d301e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ notifications: - secure: JxBi7DDJGkIF/7f/FSN/HUHpvV4EKfQccZHTPd1b2pNJn3GXo6u+tNVbAw2WjxYzPyPQI3ZcYBCU9SEXp/i7VmG8uMzh8Kyildw+miSKYKVb90uYqcsXWzbxwyNBgJLvyDkzST45H5lgnyAicee3WkFes/WDZikIajbH7ztdb04= rvm: - - 2.1.2 + - 2.1 - 2.0.0 - 1.9.3 - 1.8.7 @@ -43,7 +43,7 @@ matrix: fast_finish: true include: # Ruby 2.1, Rubygems 2.2.2 and up - - rvm: 2.1.2 + - rvm: 2.1 env: RGV=v2.2.2 # Ruby 2.0.0, Rubygems 2.0 and up - rvm: 2.0.0 |