From b0977a54e84213f2eb010d7da910abe6faec36d9 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Wed, 1 Jan 2020 18:40:00 +0100 Subject: [PATCH] Add uninstall test to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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