Skip to content

Commit 0dc2aed

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 0dc2aed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

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

4545
matrix:
46+
# temporary
47+
allow_failures:
48+
rvm: jruby-head
4649
include:
4750
# Rails 6 builds
4851
- rvm: jruby-head

0 commit comments

Comments
 (0)