Skip to content

Commit

Permalink
Update CI builds
Browse files Browse the repository at this point in the history
Test latest of Ruby 2.2, 2.3, 2.4; optional: ruby-head, jruby, and rbx.
  • Loading branch information
Tom Johnson committed Nov 10, 2017
1 parent 30339ca commit 873d1c0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ script: "bundle exec rspec spec"
sudo: false
cache: bundler
rvm:
- 2.2.4
- 2.3.1
- jruby-9.0.4.0
- 2.2
- 2.3
- 2.4
- ruby-head
- jruby
- rbx
matrix:
allow_failures:
- rvm: jruby-9.0.4.0
- rvm: rbx
- rvm: ruby-head

0 comments on commit 873d1c0

Please sign in to comment.