aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 03894ac..74bdb9e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,7 +42,10 @@ before_script:
script:
# This code needs style improvements before higher strictness in lint.
- bundle exec rubocop --fail-level E
- # Run testsuite
+ # Steps from bin/test.sh
+ - bundle exec rake tmp:create RAILS_ENV=test
+ - bundle exec rake assets:precompile RAILS_ENV=test
- bundle exec rake kkuleomi:index:init RAILS_ENV=test
+ - bundle exec rake test test/ RAILS_ENV=test
# vim:ft=yaml et ts=2 sts=2 sw=2: