Skip to content

Commit

Permalink
Enable ruby@2.3.x on CI
Browse files Browse the repository at this point in the history
[Ruby 2.3.0 has been released][release], along with [support on
Travis][support].

This commit adds the version to the CI test matrix.

[release]: https://www.ruby-lang.org/en/news/2015/12/25/ruby-2-3-0-released/
[support]: https://twitter.com/travisci/status/680327961652899840
  • Loading branch information
seanpdoyle committed Feb 2, 2016
1 parent dded4c0 commit 7685862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cache: bundler
notifications:
email: false
rvm:
- 2.3.0
- 2.2
- 2.1
- jruby-9.0.3.0
Expand Down

0 comments on commit 7685862

Please sign in to comment.