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