From ed08714e9c8851266afd5e0f39af41e74d7b8977 Mon Sep 17 00:00:00 2001 From: Joao Matos Date: Mon, 6 Feb 2017 18:53:42 +0000 Subject: [PATCH] Run the AST tests under Travis. --- build/RunTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/RunTests.sh b/build/RunTests.sh index a58d744b..212dc6a2 100755 --- a/build/RunTests.sh +++ b/build/RunTests.sh @@ -1,4 +1,4 @@ set -e BUILD_DIR=$(dirname -- $0) MONO_PATH=$BUILD_DIR/../deps/NUnit.Runners.2.6.4/tools \ -mono $BUILD_DIR/../deps/NUnit.Runners.2.6.4/tools/nunit-console.exe -nologo -noresult $BUILD_DIR/gmake/lib/Release_*/*Tests.*.dll +mono $BUILD_DIR/../deps/NUnit.Runners.2.6.4/tools/nunit-console.exe -nologo -noresult $BUILD_DIR/gmake/lib/Release_*/*Tests*.dll