Skip to content

Commit

Permalink
Updated SonarCube Travis to go to BentoBox World
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Oct 30, 2019
1 parent 62f65e2 commit 1f8acce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: java
sudo: false
addons:
sonarcloud:
organization: "tastybento-github"
organization: "bentobox-world"
token:
secure: $SONAR_TOKEN
branches:
Expand All @@ -17,7 +17,7 @@ matrix:
- jdk: openjdk11

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}"
cache:
directories:
Expand Down

0 comments on commit 1f8acce

Please sign in to comment.