Skip to content

Commit

Permalink
Test on JRuby 9.{0,1,2} rather than "head"
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed May 14, 2020
1 parent 9605980 commit 8174a4a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
sudo: false
dist: trusty
language: ruby

rvm:
Expand All @@ -13,10 +12,12 @@ rvm:
- 2.6.6
- 2.7.1
- jruby-19mode
- jruby-head
- jruby-9.0
- jruby-9.1
- jruby-9.2

before_install:
- '[[ "$(ruby --version)" == *"1.9.3"* ]] && gem update --system 2.4.8 || true'
- '[[ "$(ruby --version)" != *"1.9.3"* ]] || gem update --system 2.4.8'

script:
- bundle exec rspec -c spec
- bundle exec rspec

0 comments on commit 8174a4a

Please sign in to comment.