mirror of
https://gitlab.com/ydkn/capistrano-rails-console.git
synced 2023-02-13 20:54:14 -05:00
update ci
This commit is contained in:
parent
afccfdd379
commit
c658715d28
2 changed files with 7 additions and 4 deletions
|
@ -5,9 +5,9 @@ stages:
|
|||
|
||||
build:
|
||||
stage: build
|
||||
image: ruby:2.5
|
||||
image: ruby:2.6
|
||||
script:
|
||||
- gem install bundler --no-ri --no-rdoc
|
||||
- gem install bundler --no-document
|
||||
- bundle update
|
||||
artifacts:
|
||||
paths:
|
||||
|
@ -15,9 +15,9 @@ build:
|
|||
|
||||
rubocop:
|
||||
stage: codequality
|
||||
image: ruby:2.5
|
||||
image: ruby:2.6
|
||||
script:
|
||||
- gem install rubocop --no-ri --no-rdoc
|
||||
- gem install rubocop rubocop-performance --no-document
|
||||
- rubocop
|
||||
|
||||
dependency_scanning:
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
require:
|
||||
- rubocop-performance
|
||||
|
||||
AllCops:
|
||||
TargetRubyVersion: 2.3
|
||||
|
||||
|
|
Loading…
Reference in a new issue