update build matrix

This commit is contained in:
stve 2017-02-17 15:36:11 -05:00
parent cb523577a3
commit 7656dabac2
No known key found for this signature in database
GPG key ID: FDAF2BA50D34F744

View file

@ -4,8 +4,9 @@ rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.3
- 2.4.0
- jruby-9.1.1.0
- jruby-9.1.6.0
- jruby-head
- rbx-2
- ruby-head
@ -14,6 +15,10 @@ sudo: false
bundler_args: --without development --retry=3 --jobs=3
before_install:
- gem update --system
- gem update bundler
env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"