Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Auto merge of #4933 - bundler:check-187, r=segiddins
Browse files Browse the repository at this point in the history
Remove one 1.8.7 build (on the latest rubygems) from the allowed failures list

None
  • Loading branch information
homu committed Sep 8, 2016
2 parents 4831acf + 08b3f72 commit 1908c7b
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ matrix:
- rvm: 1.9.3
env: RGV=v1.5.3

# ALLOWED FAILURES
# Ruby 1.8.7, Rubygems 1.3.6 and up
# since the great Travis image outage, frequent random segfaults :'(
- rvm: 1.8.7
env: RGV=v2.2.5
# ALLOWED FAILURES
# since the great Travis image outage, frequent random segfaults :'(
- rvm: 1.8.7
env: RGV=v2.0.14
- rvm: 1.8.7
Expand All @@ -104,4 +104,21 @@ matrix:

allow_failures:
- 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
- rvm: 1.8.7
env: RGV=v2.1.11
- rvm: ruby-head

0 comments on commit 1908c7b

Please sign in to comment.