update ci

This commit is contained in:
Florian Schwab 2019-06-19 11:27:48 +02:00
parent afccfdd379
commit c658715d28
2 changed files with 7 additions and 4 deletions

View File

@ -5,9 +5,9 @@ stages:
build: build:
stage: build stage: build
image: ruby:2.5 image: ruby:2.6
script: script:
- gem install bundler --no-ri --no-rdoc - gem install bundler --no-document
- bundle update - bundle update
artifacts: artifacts:
paths: paths:
@ -15,9 +15,9 @@ build:
rubocop: rubocop:
stage: codequality stage: codequality
image: ruby:2.5 image: ruby:2.6
script: script:
- gem install rubocop --no-ri --no-rdoc - gem install rubocop rubocop-performance --no-document
- rubocop - rubocop
dependency_scanning: dependency_scanning:

View File

@ -1,3 +1,6 @@
require:
- rubocop-performance
AllCops: AllCops:
TargetRubyVersion: 2.3 TargetRubyVersion: 2.3