Skip to content

Commit

Permalink
Test on JRuby 9.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 8ca1a1f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -12,7 +12,10 @@ rvm:
- 2.5.8
- 2.6.6
- 2.7.1
- jruby-head
- 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 8ca1a1f

Please sign in to comment.