summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Lance <stefan@lances.net>2015-07-17 11:34:51 -0500
committerStefan Lance <stefan@lances.net>2015-07-20 14:02:01 -0500
commite8fe8224c1c9363357264a51c0181d488c95ae7e (patch)
tree526879348550ce5879c3e48d8f055d91d7299ef9
parent7aa5c54e3f6a0bc7dfe650b88f6f3be629a89f86 (diff)
downloadbundler-e8fe8224c1c9363357264a51c0181d488c95ae7e.tar.gz
Drop Travis builds for Ruby versions below 2.0.0
- Bundler 2.0 will not support Ruby versions less than 2.0.0, so we don't need to run the Travis builds for these versions.
-rw-r--r--.travis.yml46
1 files changed, 0 insertions, 46 deletions
diff --git a/.travis.yml b/.travis.yml
index bbcdb2d791..82533548f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,8 +24,6 @@ rvm:
- 2.2
- 2.1
- 2.0.0
- - 1.9.3
- - 1.8.7
- rbx-2
# Rubygems versions MUST be available as rake tasks
@@ -49,56 +47,12 @@ matrix:
env: RGV=v2.1.11
- rvm: 2.0.0
env: RGV=v2.0.14
- # Ruby 1.9.3, Rubygems 1.5.3 and up
- - rvm: 1.9.3
- env: RGV=v2.2.3
- - rvm: 1.9.3
- env: RGV=v2.1.11
- - rvm: 1.9.3
- env: RGV=v2.0.14
- - rvm: 1.9.3
- env: RGV=v1.8.29
- - rvm: 1.9.3
- env: RGV=v1.7.2
- - rvm: 1.9.3
- env: RGV=v1.6.2
- - rvm: 1.9.3
- env: RGV=v1.5.3
- # Ruby 1.8.7, Rubygems 1.3.6 and up
- - rvm: 1.8.7
- env: RGV=v2.2.3
- - rvm: 1.8.7
- env: RGV=v2.0.14
- - rvm: 1.8.7
- env: RGV=v1.8.29
- - rvm: 1.8.7
- env: RGV=v1.7.2
- - rvm: 1.8.7
- env: RGV=v1.6.2
- - rvm: 1.8.7
- env: RGV=v1.5.3
- - rvm: 1.8.7
- env: RGV=v1.4.2
- - rvm: 1.8.7
- env: RGV=v1.3.7
- - rvm: 1.8.7
- env: RGV=v1.3.6
# ALLOWED FAILURES
- # For no apparent reason, this often goes over the Travis limit
- - rvm: 1.8.7
- env: RGV=v2.1.11
- # 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.8
# Ruby-head (we want to know how we're doing, but not fail the build)
- rvm: ruby-head
env: RGV=master
allow_failures:
- - rvm: 1.8.7
- env: RGV=v2.1.11
- - rvm: 1.9.2
- rvm: ruby-head
- rvm: jruby
- rvm: rbx-2