diff options
author | Andre Arko <andre@arko.net> | 2014-04-02 09:57:39 +0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2014-04-02 09:57:39 +0800 |
commit | 434f8d7e66a7980eaaef4d196113ca0adc124284 (patch) | |
tree | 8c908c808bbc54372ad713d0954bf878151719cc /.travis.yml | |
parent | 315852edf62c0d20731d8d56d31b9cb0df3e6c7f (diff) | |
download | bundler-434f8d7e66a7980eaaef4d196113ca0adc124284.tar.gz |
try to run less builds
this probably means we'll have to run Rubygems release checks by hand,
but this is going to bitrot so fast anyway that it doesn't seem worth it
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index c272562d31..06d8f953dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,8 +34,6 @@ env: - RGV=master # Test the latest rubygems release with all of our supported rubies - RGV=v2.2.2 - # Test the latest stable branch so we know the next minor will work - - RGV=2.2 matrix: include: # Ruby 2.0.0, Rubygems 2.0 and up |