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:
parent
f60d059df9
commit
e3035f5b0a
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue