remove skip_coverage export

This commit is contained in:
Alexander Meindl
2020-03-29 11:49:23 +02:00
parent 73a623c791
commit 6167b64112

View File

@@ -42,7 +42,6 @@ before_script:
- bundle exec rake db:create db:migrate redmine:plugins:migrate
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