summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHomu <homu@barosl.com>2016-10-03 21:15:42 +0900
committerHomu <homu@barosl.com>2016-10-03 21:15:42 +0900
commite499c51567df8ced0bad655bdf969453a3362032 (patch)
tree4c6edf88dff45bfbe6c8434f3e381c1e0a61fbe7
parent9f414c55be8b749f46a0470277f14572c5246c03 (diff)
parent50f0bedc443d2e5270f2a31c4a16daee617401c1 (diff)
downloadbundler-e499c51567df8ced0bad655bdf969453a3362032.tar.gz
Auto merge of #5042 - bundler:remove-permafailing-build, r=indirect
Remove build that always fails In retrospect, once this build started always failing, we should have just removed it rather than moved it to allowed failures. I guess I was hoping it would get better. :/
-rw-r--r--.travis.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 04a0edc27a..ba3035a4d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -95,9 +95,6 @@ matrix:
env: RGV=v1.3.7
- rvm: 1.8.7
env: RGV=v1.3.6
- # For no apparent reason, this often goes over the Travis limit
- - rvm: 1.8.7
- env: RGV=v2.1.11
# Ruby-head (we want to know how we're doing, but not fail the build)
- rvm: ruby-head
env: RGV=master
@@ -119,6 +116,5 @@ matrix:
env: RGV=v1.3.7
- rvm: 1.8.7
env: RGV=v1.3.6
- - rvm: 1.8.7
- env: RGV=v2.1.11
- rvm: ruby-head
+ env: RGV=master