mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-23 15:51:39 +01:00
Reverting. No code in Sonarcloud for some reason.
This commit is contained in:
parent
e99a77925f
commit
67d86cc1d9
@ -9,11 +9,14 @@ addons:
|
||||
organization: "tastybento-github"
|
||||
token:
|
||||
secure: $SONAR_TOKEN
|
||||
branch.name: ${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
script:
|
||||
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
|
||||
- echo "${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"
|
||||
cache:
|
||||
directories:
|
||||
- '$HOME/.m2/repository'
|
||||
|
Loading…
Reference in New Issue
Block a user