travis: run rubocop checks

This commit is contained in:
Kyrylo Silin 2018-10-06 19:43:22 +08:00
parent a5c0718731
commit fe51ec27fb
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
include:
- rvm: 2.5
name: "Run RuboCop linting"
script: ruby -S bundle _1.15.4_ exec rubocop --parallel
notifications:
irc: "irc.freenode.org#pry"