diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-12-19 23:37:27 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-12-19 23:37:27 -0800 |
commit | 735f91b96e4cd891f1423206725b714838c94526 (patch) | |
tree | e10f13530c7602c6c9aad67127391c73c0f2c26d /.travis.yml | |
parent | travis: update to ruby 2.5.7 to match gentoo (diff) | |
download | packages-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.yml | 5 |
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: |