From d428aada0a783b7ab8eda2e14f90f0e184e7f59a Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Tue, 9 Jul 2019 01:10:05 +0200 Subject: [PATCH] :art: Investigate. again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fc2d4fda..20dac5da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,7 +86,7 @@ after_success: after_failure: - if [ $TRAVIS_JOB_NUMBER = ${TRAVIS_BUILD_NUMBER}.7 ]; then make clean; DEBUG_STACK=1 make; - ./gwion tests/tree/array_tests.gw + ./gwion tests/tree/array_tests.gw; fi git: -- 2.43.0