aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-06-25 13:01:07 -0700
committerTim Moore <tmoore@incrementalism.net>2014-09-30 10:41:55 +1000
commitf60b3629a45aff7d24e24be8091f1598ed3727e8 (patch)
tree1146d60e8290f70a52c17f51c2bcdcd8a63204a7
parentf904cf7c7b365900fd0542ea7c2c1544ac2698b9 (diff)
downloadbundler-f60b3629a45aff7d24e24be8091f1598ed3727e8.tar.gz
allow the slow, failing 1.8.7/2.1.11 build
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a860fc60..d9311830 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -76,6 +76,9 @@ matrix:
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
@@ -90,7 +93,9 @@ matrix:
- rvm: rbx
env: RGV=v2.2.2
allow_failures:
- - rvm: ruby-head
+ - rvm: 1.8.7
+ env: RGV=2.1.11
- rvm: 1.9.2
+ - rvm: ruby-head
- rvm: jruby
- rvm: rbx