aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <max@magorsch.de>2020-01-01 23:51:49 +0100
committerMax Magorsch <max@magorsch.de>2020-01-01 23:51:49 +0100
commit28cf236b16b05dc0da8bdbd2834b29afd3953c69 (patch)
tree515740a8001734c368e493027c4efc3c48de7b59
parentAdd the current version to the about page (diff)
downloadpackages-5-28cf236b16b05dc0da8bdbd2834b29afd3953c69.tar.gz
packages-5-28cf236b16b05dc0da8bdbd2834b29afd3953c69.tar.bz2
packages-5-28cf236b16b05dc0da8bdbd2834b29afd3953c69.zip
Fix the test failures in the master branch
Fix the test failures in the travis script that is used for the master branch. To do so the index has to be populated using the test data. This is done be calling the kkuleomi:update:all task. Signed-off-by: Max Magorsch <max@magorsch.de>
-rw-r--r--.travis/travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/travis.yml b/.travis/travis.yml
index ec1f722..9330a58 100644
--- a/.travis/travis.yml
+++ b/.travis/travis.yml
@@ -49,6 +49,7 @@ script:
- 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 kkuleomi:update:all RAILS_ENV=test
- bundle exec rake test test/ RAILS_ENV=test
# vim:ft=yaml et ts=2 sts=2 sw=2: \ No newline at end of file