1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00

Travis: Update rubies to latest

This commit is contained in:
Olle Jonsson 2017-03-31 13:09:21 +02:00 committed by Thomas Klemm
parent f60d059df9
commit e3035f5b0a

View file

@ -6,12 +6,12 @@ before_install:
matrix:
include:
- rvm: 2.4.0
- rvm: 2.4.1
script: bundle exec rake rubocop # ONLY lint once, first
- rvm: 2.1
- rvm: 2.2
- rvm: 2.3.3
- rvm: 2.4.0
- rvm: 2.2.7
- rvm: 2.3.4
- rvm: 2.4.1
- rvm: jruby-1.7.26
env:
- JRUBY_OPTS="--debug"