[pkg-opensc-commit] [opensc] 184/295: travis: always kill services.exe
Eric Dorland
eric at moszumanska.debian.org
Sat Jun 24 21:11:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository opensc.
commit 32dd37f3915ab95436afa62a754617605b9d98b0
Author: Frank Morgner <frankmorgner at gmail.com>
Date: Fri Mar 3 11:03:32 2017 +0100
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 ced10f0..78b69ca 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/opensc.git
More information about the pkg-opensc-commit
mailing list