Add uninstall test to travis

This commit is contained in:
Alexander Meindl
2020-01-01 18:40:00 +01:00
parent 43b5ad945a
commit b0977a54e8

View File

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