checking if we really need this
authorMichael Wallner <mike@php.net>
Thu, 15 Sep 2016 05:59:57 +0000 (07:59 +0200)
committerMichael Wallner <mike@php.net>
Thu, 15 Sep 2016 05:59:57 +0000 (07:59 +0200)
.travis.yml

index fb4ca368c4b117e61049f170cd509b28c2a764ed..cde3602f4923b40999094190f5e2cc807384c9cb 100644 (file)
@@ -28,7 +28,7 @@ after_failure:
  - test -e tests/helper/server.log && cat tests/helper/server.log
 after_success:
  - pwd && find . -name '*.gc*'
- - test -n "$CFLAGS" && cd src/.libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
+ - test -n "$CFLAGS" && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
 
 sudo: false
 notifications: