From 9cb4ac2e1003aa2aa6465854cb99382b447db2bb Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 15 Sep 2016 07:44:14 +0200 Subject: [PATCH] cd src/.libs --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: -- 2.30.2