Skip to content

Commit 1d603d5

Browse files
committed
allow rb IE test failure on Appveyor
1 parent 385f948 commit 1d603d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ environment:
66
TASK: build
77
- RUBY_VERSION: 200-x64
88
TASK: //rb:ie-test
9+
matrix:
10+
allow_failures:
11+
- RUBY_VERSION: 200-x64
12+
TASK: //rb:ie-test
913
install:
1014
- 'set JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0'
1115
- 'set PATH=%JAVA_HOME%;%PATH%'

0 commit comments

Comments
 (0)