diff options
-rw-r--r-- | .travis/travis.yml | 1 |
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 |