Skip to content

Commit

Permalink
add JRuby to CI matrix (PR #22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Jul 7, 2018
1 parent 4b056fc commit a8b97d4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -5,10 +5,14 @@ git:
depth: 2
language: ruby
rvm:
- &release_rvm 2.5.1
- 2.4.4
- 2.3.7
script: COVERAGE=deep bundle exec rake spec
- jruby-9.2.0.0
matrix:
include:
- rvm: &release_rvm 2.5.1
env: COVERAGE=deep
script: bundle exec rake spec
deploy:
provider: rubygems
api_key: ${RUBYGEMS_API_KEY}
Expand Down

0 comments on commit a8b97d4

Please sign in to comment.