Skip to content

Commit

Permalink
fix sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
firm1 committed Dec 14, 2016
1 parent df6ece8 commit d149ddf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Expand Up @@ -2,4 +2,3 @@ version=1.4.0
javafx.releaseKey.keyPass=clementine
javafx.releaseKey.storePass=clementine
javafx.releaseKey.keyStore = keys/keystore.jks
systemProp.sonar.host.url=https://sonar.winxaito.com
8 changes: 5 additions & 3 deletions scripts/travis.sh
Expand Up @@ -12,12 +12,14 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ] && [ -n "${GITHUB_TOKEN:-}" ]; then
-Dsonar.analysis.mode=preview \
-Dsonar.github.pullRequest=$TRAVIS_PULL_REQUEST \
-Dsonar.github.repository=$TRAVIS_REPO_SLUG \
-Dsonar.github.oauth=$GITHUB_TOKEN
-Dsonar.github.oauth=$GITHUB_TOKEN \
-Dsonar.host.url=https://sonar.winxaito.com
else
./gradlew sonarqube --info \
-Dzw.username=$ZDS_USERNAME \
-Dzw.password=$ZDS_PASSWORD \
-Dzw.github_user=$GITHUB_USER \
-Dzw.github_token=$GITHUB_TOKEN \
-Dsonar.login=$SONAR_TOKEN
fi
-Dsonar.login=$SONAR_TOKEN \
-Dsonar.host.url=https://sonar.winxaito.com
fi

0 comments on commit d149ddf

Please sign in to comment.