diff --git a/.travis.yml b/.travis.yml index ee304313..e0f22c06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,5 +15,10 @@ before_script: # We don't want to seed the database for tests - bundle exec rake db:create - bundle exec rake db:schema:load + +script: + - bundle exec rake + - bundle exec rubocop + after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT