Skip to content

Commit 6034c0f

Browse files
committed
Temporarily allow jruby-head failures on CI
There's a pull request pending to fix JRuby's deprecation messages, however some specs there fail, and there's no certainty when it will be merged. jruby/jruby#6166
1 parent 1105bee commit 6034c0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ script: "script/run_build 2>&1"
4343
dist: trusty
4444

4545
matrix:
46+
# temporary
47+
allow_failures:
48+
rvm: jruby-head
49+
4650
include:
4751
# Rails 6 builds
4852
- rvm: jruby-head

0 commit comments

Comments
 (0)