From: Michael Wallner Date: Wed, 14 Sep 2016 20:43:35 +0000 (+0200) Subject: try to locate gcno files X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=ec71e1dbf561a6ce1b6b46b027f0e013a8dc2209;hp=4889271cdaeaf8dc4445523d04b8d95779b13af9 try to locate gcno files --- diff --git a/.travis.yml b/.travis.yml index cfc947a..e02c315 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ script: after_script: - test -e tests/helper/server.log && cat tests/helper/server.log after_success: + - find . $HOME -name '*.gc*' - test -n "$CFLAGS" && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy sudo: false