From 2bfc1f2e0e50667533aad60aacfde05ebe5f6eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Wed, 2 Sep 2015 13:53:44 +0200 Subject: [PATCH] Travis CI update --- test/ci/redmine_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ci/redmine_install.sh b/test/ci/redmine_install.sh index 1bb3f981..4f10baa9 100644 --- a/test/ci/redmine_install.sh +++ b/test/ci/redmine_install.sh @@ -79,8 +79,8 @@ run_install() # Copy database.yml cp $WORKSPACE/database.yml config/ - # Not ideal, but at present Travis-CI will not install with xapian enabled. - bundle install --path vendor/bundle --without xapian + # Installation + bundle install --path vendor/bundle # Run Redmine database migrations bundle exec rake db:migrate RAILS_ENV=test --trace