X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=.travis.yml;h=fb4ca368c4b117e61049f170cd509b28c2a764ed;hb=9cb4ac2e1003aa2aa6465854cb99382b447db2bb;hp=cfc947a01422d078e7907192da9f9ebd9486dba2;hpb=4889271cdaeaf8dc4445523d04b8d95779b13af9;p=m6w6%2Fext-http diff --git a/.travis.yml b/.travis.yml index cfc947a..fb4ca36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,10 +24,11 @@ before_script: script: - make -f travis/pecl/Makefile test -after_script: +after_failure: - test -e tests/helper/server.log && cat tests/helper/server.log after_success: - - 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: