From 81e3f37cf081b70f6a4fee483555f0031a839d23 Mon Sep 17 00:00:00 2001 From: Rsl1122 Date: Wed, 26 Dec 2018 20:54:25 +0200 Subject: [PATCH] Removed 'gradle tasks' call from travis scripts --- scripts/runTests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/runTests.sh b/scripts/runTests.sh index 39767003a..1208683fe 100644 --- a/scripts/runTests.sh +++ b/scripts/runTests.sh @@ -1,7 +1,5 @@ cd Plan -gradle tasks - if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then gradle test fi