X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=.travis.yml;h=fb4ca368c4b117e61049f170cd509b28c2a764ed;hp=e02c3158045aef149413460e5cf7e79b8da1aad6;hb=9cb4ac2e1003aa2aa6465854cb99382b447db2bb;hpb=ec71e1dbf561a6ce1b6b46b027f0e013a8dc2209 diff --git a/.travis.yml b/.travis.yml index e02c315..fb4ca36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,11 +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: - - 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: