try to locate gcno files
authorMichael Wallner <mike@php.net>
Wed, 14 Sep 2016 20:43:35 +0000 (22:43 +0200)
committerMichael Wallner <mike@php.net>
Wed, 14 Sep 2016 20:43:35 +0000 (22:43 +0200)
.travis.yml

index cfc947a01422d078e7907192da9f9ebd9486dba2..e02c3158045aef149413460e5cf7e79b8da1aad6 100644 (file)
@@ -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