From: fennecdjay Date: Thu, 4 Jul 2019 23:51:49 +0000 (+0200) Subject: :wrench: Coverall. X-Git-Tag: nightly~2354 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=15967a912b3d666d96b05e29c3f9fa3e0fa2e6ef;p=gwion.git :wrench: Coverall. --- diff --git a/.travis.yml b/.travis.yml index 00aaa26b..766b42c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,7 +67,7 @@ before_script: script: - if [ $(uname) = "Linux" ] || [ $(uname) = "Darwin" ]; then if [ $TRAVIS_JOB_NUMBER = ${TRAVIS_BUILD_NUMBER}.1 ]; - then USE_COVERAGE=1 make && make test; + then cd util && make && cd ../ast && make && cd .. && USE_COVERAGE=1 make && make test; else make && make test; fi else {