Test on JRuby 9.{0,1,2} on Travis

This commit is contained in:
James Coglan
2020-05-14 18:18:30 +01:00
parent b2e09c9731
commit 29dd0e0337
+7 -2
View File
@@ -12,7 +12,12 @@ rvm:
- 2.5.8
- 2.6.6
- 2.7.1
- jruby-head
- jruby-9.0
- jruby-9.1
- jruby-9.2
before_install:
- '[[ "$(ruby --version)" != *"1.9.3"* ]] || gem update --system 2.4.8'
script:
- bundle exec rspec -c spec
- bundle exec rspec