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 6, 2018
1 parent f0c7528 commit 90f0b99
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:
- rubocop
- ruby -Ilib exe/rake

0 comments on commit 90f0b99

Please sign in to comment.