script:
- make -f travis/pecl/Makefile test
-after_script:
+after_failure:
- 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
+ - pwd && find . -name '*.gc*'
+ - test -n "$CFLAGS" && cd src/.libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
sudo: false
notifications: