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