Skip to content

Commit 3bce56b

Browse files
authored
Merge pull request #2117 from yahonda/jruby_allow_failures
Allow failures for JRuby
2 parents daa7711 + c790259 commit 3bce56b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,10 @@ rvm:
4646
- ruby-head
4747
- jruby-head
4848

49+
matrix:
50+
allow_failures:
51+
- rvm: jruby-9.2.14.0
52+
- rvm: jruby-head
53+
4954
notifications:
5055
email: false

0 commit comments

Comments
 (0)