]> Nishi Git Mirror - gwion.git/commitdiff
:art: Investigate
authorfennecdjay <astor.jeremie@wanadoo.fr>
Mon, 8 Jul 2019 22:37:22 +0000 (00:37 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Mon, 8 Jul 2019 22:37:22 +0000 (00:37 +0200)
.travis.yml

index 806c28f7f64ed5ad825609e6e2fc46fa7585bd6d..fc2d4fda7a847049ab4412a2658e6fe0bb7e7b31 100644 (file)
@@ -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