From 32dd37f3915ab95436afa62a754617605b9d98b0 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Fri, 3 Mar 2017 11:03:32 +0100 Subject: [PATCH] travis: always kill services.exe hopefully fixes build issues on coverity branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ced10f05..78b69ca1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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