Skip to content

Commit f415530

Browse files
committed
Auto merge of #2069 - rubygems:ignore-failing-matrix, r=hsbt
Ignored failing matrix with bundler tests Temporary ignored for releasing RG 2.7.2.
2 parents b774cb4 + 0a49b6d commit f415530

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,12 @@ matrix:
4747
- rvm: ruby-head
4848
env: "TEST_TOOL=rubygems YAML=syck"
4949
allow_failures:
50+
- rvm: 1.8.7
51+
env: "TEST_TOOL=bundler RGV=master"
52+
- rvm: 1.9.3
53+
env: "TEST_TOOL=bundler RGV=master"
54+
- rvm: 2.0.0
55+
env: "TEST_TOOL=bundler RGV=master"
56+
- rvm: 2.1.10
57+
env: "TEST_TOOL=bundler RGV=master"
5058
- rvm: ruby-head
51-

0 commit comments

Comments
 (0)