Skip to content

Commit

Permalink
Test on JRuby 9.{0,1,2} on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed May 15, 2020
1 parent b2e09c9 commit 29dd0e0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Expand Up @@ -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

0 comments on commit 29dd0e0

Please sign in to comment.