diff --git a/.travis.yml b/.travis.yml index c0f2e3133..238f851d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,4 @@ rvm: - 2.4.3 script: - 'bundle exec rubocop -D' + - 'bundle exec rails test'