Instruct Travis to build tests in addition to specs

This commit is contained in:
Artur Beljajev 2017-10-27 12:00:04 +03:00
parent 5e9862cdd6
commit 0d8b146cb7

View file

@ -12,6 +12,7 @@ before_script:
- "RAILS_ENV=test bundle exec rake db:setup:all" - "RAILS_ENV=test bundle exec rake db:setup:all"
script: script:
- "RAILS_ENV=test bundle exec rspec" - "RAILS_ENV=test bundle exec rspec"
- "bundle exec rake test"
after_success: after_success:
- "bundle exec codeclimate-test-reporter" - "bundle exec codeclimate-test-reporter"
services: services: