Run against Ruby 2.3 on Travis

This commit is contained in:
Joshua Clayton 2016-03-30 16:50:36 -04:00
parent e84bfeba9b
commit b3509f81a7
1 changed files with 2 additions and 0 deletions

View File

@ -3,11 +3,13 @@ rvm:
- 2.0.0
- 2.1.0
- 2.2.2
- 2.3.0
- jruby-19mode
- rbx-2
before_install:
- gem update --system
- gem update bundler
- gem cleanup bundler
install: "bundle install"
script: "bundle exec rake"
gemfile: