From e5fd735e622f582000c8ef6687f6032ec4d9bd51 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Thu, 19 Sep 2019 00:09:56 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ff8f33..31b5574 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,8 +54,8 @@ after_success: --exclude lib --exclude test --gcov-options '\-lp' - --verbose; - bash <(curl -s https://codecov.io/bash) + --verbose && + bash <(curl -s https://codecov.io/bash); fi # after_failure: