From 9c509c25101655ab8b67f98801bd2ff1ac3f8e70 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Tue, 9 Jul 2019 00:37:22 +0200 Subject: [PATCH] :art: Investigate --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.43.0