Test against Ruby 2.3

This commit is contained in:
Erik Michaels-Ober 2016-07-12 12:03:52 -07:00
parent 3a89dcffab
commit e9073b88c5
1 changed files with 5 additions and 2 deletions

View File

@ -18,10 +18,11 @@ install:
- bundle install --retry=3
rvm:
- 1.9
- 2.0
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3.1
- rbx
- jruby
@ -33,6 +34,8 @@ matrix:
# Binaries for these rubies aren't available on OS X :<
- rvm: 2.2
os: osx
- rvm: 2.3.1
os: osx
- rvm: jruby
os: osx
fast_finish: true