Removed 'gradle tasks' call from travis scripts

This commit is contained in:
Rsl1122 2018-12-26 20:54:25 +02:00
parent cb3df34a9e
commit 81e3f37cf0
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
cd Plan
gradle tasks
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
gradle test
fi