1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Run tests on Jruby in 1.9 mode.

This commit is contained in:
Andy Brody 2014-04-02 01:10:38 -07:00
parent 43be49ff3a
commit eef44c5a00

View file

@ -4,6 +4,7 @@ rvm:
- "1.9.3"
- "2.0.0"
- "2.1.0"
- "jruby-19mode"
script:
bundle exec rake test
branches: