From eaec98e6d97e06c069cfac2725d16a432c183a17 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Tue, 9 Jul 2019 01:21:06 +0200 Subject: [PATCH] :art: Investigate. again (typo) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 20dac5da..1b04b45e 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_test.gw; fi git: -- 2.43.0