1
0
Fork 0
psenv/.travis.yml

23 lines
304 B
YAML

sudo: false
cache: bundler
language: ruby
rvm:
- 2.6
- 2.5
- 2.4
- 2.3
before_install: gem install bundler -v 1.16.1
stages:
- analyze
- test
- deploy
jobs:
include:
- stage: test
script: bundle exec rspec
- stage: analyze
script: bundle exec rubocop
rvm: 2.5