From e6eb81c90406275f1b27df1ba9ccaa6987980bf8 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 15 Sep 2016 07:59:57 +0200 Subject: [PATCH] checking if we really need this --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb4ca36..cde3602 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ after_failure: - test -e tests/helper/server.log && cat tests/helper/server.log after_success: - pwd && find . -name '*.gc*' - - test -n "$CFLAGS" && cd src/.libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy + - test -n "$CFLAGS" && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy sudo: false notifications: -- 2.30.2