]> Nishi Git Mirror - gwion.git/commitdiff
:art: Investigate. again (typo)
authorfennecdjay <astor.jeremie@wanadoo.fr>
Mon, 8 Jul 2019 23:21:06 +0000 (01:21 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Mon, 8 Jul 2019 23:21:06 +0000 (01:21 +0200)
.travis.yml

index 20dac5da1989bd7d2134da17883eaaeeaf0de06b..1b04b45e1de8e4588baaf57ca1b65057433a63c3 100644 (file)
@@ -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: