diff options
author | Andre Arko <andre@arko.net> | 2016-10-02 23:07:21 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2016-10-02 23:07:21 -0700 |
commit | 50f0bedc443d2e5270f2a31c4a16daee617401c1 (patch) | |
tree | a8e0c1ae90293c9cd22c6279e85b3e72ea3c97c1 /.travis.yml | |
parent | de2d3dff569865afb845050c0243239922b696b7 (diff) | |
download | bundler-50f0bedc443d2e5270f2a31c4a16daee617401c1.tar.gz |
remove always-failing 1.8.7 buildremove-permafailing-build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
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 |