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