Project

General

Profile

Download (166 Bytes) Statistics
| Branch: | Tag: | Revision:
sudo: false
language:
- ruby

rvm:
- "2.4.0"
- "2.5.0"

before_install:
- gem install bundler

script:
- bundle exec rake rubocop
- bundle exec rake test
(5-5/12)