Skip to content

Commit

Permalink
Remove old fix-up for JRUBY_OPTS
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Aug 15, 2019
1 parent 32c399c commit 16623f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,3 @@ env:
--add-opens java.base/sun.nio.ch=ALL-UNNAMED
--add-opens java.base/java.io=ALL-UNNAMED
--illegal-access=warn"
# Travis by default also have "-Dcext.enabled=false" set in
# JRUBY_OPTS, but JRuby 9 does not support C extensions at all
# so it issues warning that will mess up the stderr checks.
- JRUBY_OPTS="--dev --debug"

0 comments on commit 16623f1

Please sign in to comment.