travis: always kill services.exe

hopefully fixes build issues on coverity branch
This commit is contained in:
Frank Morgner 2017-03-03 11:03:32 +01:00
parent 51ba288bec
commit 32dd37f391
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ script:
after_script:
# kill process started during compilation to finish the build, see
# https://github.com/moodlerooms/moodle-plugin-ci/issues/33 for details
- if [ ! -z "$HOST" -a "${COVERITY_SCAN_BRANCH}" != 1 ]; then
- if [ ! -z "$HOST" ]; then
killall services.exe;
fi