aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2019-12-19 23:37:27 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2019-12-19 23:37:27 -0800
commit735f91b96e4cd891f1423206725b714838c94526 (patch)
treee10f13530c7602c6c9aad67127391c73c0f2c26d /.travis.yml
parenttravis: update to ruby 2.5.7 to match gentoo (diff)
downloadpackages-5-735f91b96e4cd891f1423206725b714838c94526.tar.gz
packages-5-735f91b96e4cd891f1423206725b714838c94526.tar.bz2
packages-5-735f91b96e4cd891f1423206725b714838c94526.zip
travis: turn on testing
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to '.travis.yml')
-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: