Skip to content

Commit

Permalink
Also run rubocop on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Nov 9, 2021
1 parent 01e6523 commit 29e10ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 29e10ce

Please sign in to comment.