From 9f6d60530eed8ec8c825ae7ec787493c6daa48ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Wed, 2 Sep 2015 14:14:37 +0200 Subject: [PATCH] Travis CI update --- test/ci/redmine_install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/ci/redmine_install.sh b/test/ci/redmine_install.sh index 4f10baa9..b2943e54 100644 --- a/test/ci/redmine_install.sh +++ b/test/ci/redmine_install.sh @@ -79,8 +79,11 @@ run_install() # Copy database.yml cp $WORKSPACE/database.yml config/ - # Installation - bundle install --path vendor/bundle + # Not ideal, but at present Travis-CI will not install with xapian enabled: + # configure: error: Neither uuid/uuid.h nor uuid.h found - required for brass, + # chert and flint (you may need to install the uuid-dev, libuuid-devel or e2fsprogs-devel package + # sudo apt-get install uuid-dev => sudo not allowed + bundle install --path vendor/bundle --without xapian # Run Redmine database migrations bundle exec rake db:migrate RAILS_ENV=test --trace