From 28cf236b16b05dc0da8bdbd2834b29afd3953c69 Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Wed, 1 Jan 2020 23:51:49 +0100 Subject: 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 --- .travis/travis.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-65-gdbad