psenv/.travis.yml

14 lines
226 B
YAML
Raw Normal View History

2018-03-22 18:01:53 -04:00
sudo: false
2018-04-09 22:46:27 -04:00
cache: bundler
2018-03-22 18:01:53 -04:00
language: ruby
rvm:
- 2.4.2
before_install: gem install bundler -v 1.16.1
2018-04-09 22:46:27 -04:00
jobs:
include:
- stage: analyze
script: bundle exec rubocop
- stage: test
script: bundle exec rspec