Updated SonarCube Travis to go to BentoBox World

This commit is contained in:
tastybento 2019-10-30 16:11:07 -07:00
parent 62f65e23ac
commit 1f8accedc5

View File

@ -2,7 +2,7 @@ language: java
sudo: false sudo: false
addons: addons:
sonarcloud: sonarcloud:
organization: "tastybento-github" organization: "bentobox-world"
token: token:
secure: $SONAR_TOKEN secure: $SONAR_TOKEN
branches: branches:
@ -17,7 +17,7 @@ matrix:
- jdk: openjdk11 - jdk: openjdk11
script: script:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package -P sonar sonar:sonar -B - mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=BentoBoxWorld_Level
- echo "${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}" - echo "${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"
cache: cache:
directories: directories: