socketry / async-dns

An asynchronous DNS resolver and server.
MIT License
96 stars 14 forks source link

Travis: configure JRUBY_OPTS to enable the ObjectSpace features #4

Closed olleolleolle closed 7 years ago

olleolleolle commented 7 years ago

This PR adds a necessary JRuby configuration option to the CI matrix: the option to enable the ObjectSpace features of Ruby.

To make that change easy, this PR simplifies the Travis configuration's matrix section to hold all the build information.


This change is only a small part of making JRuby run the test suite, but it is a start which can be done in this repository.

Fixes #2

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.4%) to 79.279% when pulling e872afc05e27e4ff3139a201e441428b8458b66b on olleolleolle:fix/jruby-using-ox into 026b33741dc1d21d99bc15f1f36c98e42a78bffa on socketry:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.4%) to 79.279% when pulling e872afc05e27e4ff3139a201e441428b8458b66b on olleolleolle:fix/jruby-using-ox into 026b33741dc1d21d99bc15f1f36c98e42a78bffa on socketry:master.

ioquatix commented 7 years ago

Thanks, this is exactly what I wanted to do.