diff --git a/.travis.yml b/.travis.yml index 971a6fc..2b2c7da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,3 +46,4 @@ script: - export SKIP_COVERAGE=1 - if [[ "$REDMINE_VER" != "master" ]] && [[ "$DB" == "postgresql" ]]; then rubocop plugins/$PLUGIN_NAME; fi - bundle exec rake redmine:plugins:test NAME=$PLUGIN_NAME RUBYOPT="-W0" + - bundle exec rake redmine:plugins:migrate NAME=$PLUGIN_NAME VERSION=0