From 0d8b146cb7b50e2dce1ed5b6e150cec16ddc053f Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Fri, 27 Oct 2017 12:00:04 +0300 Subject: [PATCH] Instruct Travis to build tests in addition to specs --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4ac4cb87f..7c536088e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ before_script: - "RAILS_ENV=test bundle exec rake db:setup:all" script: - "RAILS_ENV=test bundle exec rspec" + - "bundle exec rake test" after_success: - "bundle exec codeclimate-test-reporter" services: