From c43c0948bcef8df06b8f0c6bb0c3e6e342424990 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Thu, 26 Nov 2020 09:50:24 +0100 Subject: [PATCH] add rubocop linking to travis ci configuration --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cec6f4de9..8f9af1d4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,7 @@ before_script: - ./cc-test-reporter before-build script: + - bundle exec rubocop - bundle exec rspec spec after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT