From 982c71e2e1c92ebc3ddce63effb3f75a2ee6ff40 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 4 Jul 2019 17:35:05 +0200 Subject: [PATCH] :wrench: Travis coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.43.0