From: fennecdjay Date: Mon, 8 Jul 2019 22:37:22 +0000 (+0200) Subject: :art: Investigate X-Git-Tag: nightly~2348^2~19 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=9c509c25101655ab8b67f98801bd2ff1ac3f8e70;p=gwion.git :art: Investigate --- diff --git a/.travis.yml b/.travis.yml index 806c28f7..fc2d4fda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,5 +83,11 @@ after_success: COVERALLS_REPO_TOKEN=OdYyiJMdUIolVNqWHX5pe3QERNcBv7t2p coveralls -i include -i src/ --gcov-options '\-lp' -b.; fi +after_failure: + - if [ $TRAVIS_JOB_NUMBER = ${TRAVIS_BUILD_NUMBER}.7 ]; then + make clean; DEBUG_STACK=1 make; + ./gwion tests/tree/array_tests.gw + fi + git: submodules: false