Skip to content

Commit f355ebf

Browse files
committed
Allow failures on JRuby builds
Our builds break on JRuby, even for older Overcommit versions where the build previously passed. Since we don't have a good sense of the size of the userbase of Overcommit users on JRuby, I don't want spurious build failures impeding development. Add a note to the README requesting any stakeholders using JRuby step forward to maintain those builds.
1 parent 898b9d2 commit f355ebf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ rvm:
1212
- 2.4.0
1313
- jruby-9.1.2.0
1414

15+
matrix:
16+
allow_failures:
17+
- rvm: jruby-9.1.2.0
18+
1519
before_script:
1620
- git config --global user.email "travis@travis.ci"
1721
- git config --global user.name "Travis CI"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ writing any Ruby code.
5656
This project aims to support the following Ruby runtimes on both \*nix and Windows:
5757

5858
* MRI 2.x
59-
* JRuby 9+
59+
* JRuby 9+ (partial—seeking maintainers who actively develop on JRuby)
6060

6161
## Limitations
6262

0 commit comments

Comments
 (0)