mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-15 15:16:59 +01:00
12 lines
156 B
Bash
12 lines
156 B
Bash
cd Plan
|
|
|
|
gradle tasks
|
|
|
|
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
|
gradle test
|
|
fi
|
|
|
|
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
|
|
gradle sonarqube
|
|
fi
|