Added '--info' to travis test script

This commit is contained in:
Risto Lahtela 2018-12-26 21:58:06 +02:00 committed by GitHub
parent 5403f78a94
commit 7542370b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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