Do not show warning with tests

This commit is contained in:
Alexander Meindl
2018-07-16 13:09:24 +02:00
parent 9454e06766
commit c0b892e983

View File

@@ -32,12 +32,9 @@ before_install:
- cp $TRAVIS_BUILD_DIR/test/support/additional_environment.rb $REDMINE_PATH/config/
- cp $TRAVIS_BUILD_DIR/test/support/database-$DB-travis.yml $REDMINE_PATH/config/database.yml
install: "echo skip bundle install"
before_script:
# - bundle exec rake redmine:load_default_data REDMINE_LANG=en
# - bundle exec rake db:structure:dump
- bundle install
- bundle exec rake db:create
- bundle exec rake db:migrate
- bundle exec rake redmine:plugins:migrate