From ef1d6db691da607b4e6c31f7204d315d7395ad09 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 4 Jul 2019 17:43:53 +0200 Subject: [PATCH] :wrench: Travis coverage (typo) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1841fd59..1e525b61 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'; + coveralls --exclude lib --exclude tests --gcov-options '\-lp'; fi git: -- 2.43.0