From 486819cd2e0bea7f03f5c908f7232fb0dea51804 Mon Sep 17 00:00:00 2001 From: Risto Lahtela Date: Tue, 18 Dec 2018 21:15:50 +0200 Subject: [PATCH] Update runTests.sh --- scripts/runTests.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/runTests.sh b/scripts/runTests.sh index f164d78b9..ae011682a 100644 --- a/scripts/runTests.sh +++ b/scripts/runTests.sh @@ -1,7 +1,9 @@ cd Plan +gradle tasks + if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then - mvn -T 1C test + gradle test fi if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then