Skip to content

Commit 785887d

Browse files
committed
Drop support for Rubinius
The parallelized hook runs fail for Rubinius builds. I don't have enough knowledge of this Ruby runtime to be able to diagnose it (nor the time, frankly). We should not include it in our list of supported Rubies if it is not passing tests.
1 parent a797866 commit 785887d

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.travis.yml

-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ rvm:
1111
- 2.2
1212
- 2.3.0
1313
- jruby-19mode
14-
- rbx-2
15-
16-
matrix:
17-
allow_failures:
18-
- rvm: rbx-2
1914

2015
before_script:
2116
- git config --global user.email "travis@travis.ci"

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
`GIT_AUTHOR_NAME`/`GIT_AUTHOR_EMAIL` environment variables, respectively
77
* Fix `JavaCheckstyle` pre-commit hook to ignore `[ERROR]` prefix when parsing
88
output messages
9+
* Official support for Rubinius has been dropped. It will probably still work
10+
for most use cases, but parallelized hook runs may be problematic. If someone
11+
from the community is willing to step up to support it, we'll gladly add it
12+
back.
913

1014
## 0.32.0
1115

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ This project aims to support the following Ruby runtimes:
5757

5858
* MRI 1.9.3 & 2.x
5959
* JRuby 1.7.x
60-
* Rubinius 2.x
6160

6261
Windows is currently supported only for MRI Ruby 2.x
6362

0 commit comments

Comments
 (0)