diff --git a/.travis.yml b/.travis.yml index 3662217f4..5f9c76895 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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