Skip to content

Commit

Permalink
add rubocop as step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colby-swandale committed Nov 2, 2018
1 parent ab22780 commit c701496
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ rvm:
before_script:
- unset JRUBY_OPTS
- unset _JAVA_OPTIONS
script: ruby -Ilib exe/rake
- bundle install
script:
- bundle exec rubocop
- ruby -Ilib exe/rake

0 comments on commit c701496

Please sign in to comment.