diff --git a/scripts/runTests.sh b/scripts/runTests.sh index eba4e80bf..c0eab78b7 100644 --- a/scripts/runTests.sh +++ b/scripts/runTests.sh @@ -1,10 +1,10 @@ cd Plan if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then - gradle test + gradle test --info fi if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then - gradle test + gradle test --info gradle sonarqube fi