Skip to content

Commit

Permalink
Merge pull request #218 from rapid7/update-travis-rubies-latest
Browse files Browse the repository at this point in the history
Use latest minor versions of Ruby in Travis-CI

Also adds JRuby 9.0.5.0 on Java 8 to the build matrix
  • Loading branch information
gschneider-r7 committed Aug 26, 2016
2 parents c1b5897 + 5ca1191 commit 51d0db9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,13 @@ sudo: false
cache: bundler
rvm:
- 2.1.5
- 2.2.0
- 2.1.9
- 2.2.5
- 2.3.1
- ruby-head
- jruby-9.0.5.0
jdk:
- oraclejdk8
script: bundle exec rspec --color --format=documentation
addons:
code_climate:
Expand Down

0 comments on commit 51d0db9

Please sign in to comment.