From: Michael Wallner Date: Thu, 15 Sep 2016 05:44:14 +0000 (+0200) Subject: cd src/.libs X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=9cb4ac2e1003aa2aa6465854cb99382b447db2bb;hp=ec71e1dbf561a6ce1b6b46b027f0e013a8dc2209;p=m6w6%2Fext-http cd src/.libs --- 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: