Skip to content

Commit

Permalink
[CI] Test against new Ruby 2.5 and patched
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasleger authored Feb 8, 2018
1 parent 45128cf commit b78e39d
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
Expand Up @@ -10,12 +10,13 @@ bundler_args: --without guard development
matrix:
include:
- rvm: 2.1.10
- rvm: 2.2.7
- rvm: 2.3.4
- rvm: 2.4.1
- rvm: 2.2.9
- rvm: 2.3.6
- rvm: 2.4.3
- rvm: 2.5.0
- rvm: jruby-9.1.14.0
jdk: oraclejdk8
- rvm: 2.2.7
- rvm: 2.2.9
install: true # This skips 'bundle install'
script: gem build rainbow && gem install *.gem

Expand Down

0 comments on commit b78e39d

Please sign in to comment.