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

Merge pull request #585 from olleolleolle/patch-1

CI: use 2.4.6, 2.5.5, 2.6.2
This commit is contained in:
Linus Marton 2019-04-08 09:39:09 +02:00 committed by GitHub
commit 8da448d40c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,14 +4,14 @@ before_install:
matrix:
include:
- rvm: 2.5.1
- rvm: 2.5.1 # Pre-installed Ruby version
script: bundle exec rake rubocop # ONLY lint once, first
- rvm: 2.1
- rvm: 2.2
- rvm: 2.3.5
- rvm: 2.4.2
- rvm: 2.5.1
- rvm: 2.6.1
- rvm: 2.4.6
- rvm: 2.5.5
- rvm: 2.6.2
- rvm: jruby-9.1.8.0
env:
- JRUBY_OPTS="--debug"