]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Travis coverage (typo)
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 4 Jul 2019 15:43:53 +0000 (17:43 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 4 Jul 2019 15:43:53 +0000 (17:43 +0200)
.travis.yml

index 1841fd59ca209255c2f1e2591c102cb922dd58e2..1e525b616e110e1abd986f3051364c796677bfc2 100644 (file)
@@ -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: