From: fennecdjay Date: Thu, 4 Jul 2019 15:35:05 +0000 (+0200) Subject: :wrench: Travis coverage X-Git-Tag: nightly~2378 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=982c71e2e1c92ebc3ddce63effb3f75a2ee6ff40;p=gwion.git :wrench: Travis coverage --- diff --git a/.travis.yml b/.travis.yml index e4e924a2..1841fd59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,7 +76,7 @@ script: after_success: - if [ $TRAVIS_JOB_NUMBER = ${TRAVIS_BUILD_NUMBER}.1 ]; then - overalls --exclude lib --exclude tests --gcov-options '\-lp; + overalls --exclude lib --exclude tests --gcov-options '\-lp'; fi git: