Skip to content

Commit 0aac0c7

Browse files
authored
Merge pull request #2316 from rspec/allow-jruby-head-failures
Temporarily allow jruby-head failures on CI
2 parents 1105bee + 6034c0f commit 0aac0c7

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)