Travis CI update

This commit is contained in:
Karel Pičman 2015-09-02 13:53:44 +02:00
parent 45a2b6361e
commit 2bfc1f2e0e

View File

@ -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