mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
Added '--info' to travis test script
This commit is contained in:
parent
5403f78a94
commit
7542370b44
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user