mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-01 00:10:12 +01:00
7 lines
113 B
Bash
7 lines
113 B
Bash
set -e
|
|
cd $TRAVIS_BUILD_DIR/Plan
|
|
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
|
|
./gradlew sonarqube
|
|
fi
|
|
cd $HOME
|