mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
temporarily disabling sonarcloud support
This commit is contained in:
parent
422ce643b0
commit
993c11f279
1 changed files with 7 additions and 7 deletions
14
.travis.yml
14
.travis.yml
|
@ -3,10 +3,10 @@ dist: trusty
|
|||
language: java
|
||||
before_install:
|
||||
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
|
||||
addons:
|
||||
sonarcloud:
|
||||
organization: "magefree"
|
||||
token:
|
||||
secure: SONAR_TOKEN
|
||||
script:
|
||||
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
|
||||
# addons:
|
||||
# sonarcloud:
|
||||
# organization: "magefree"
|
||||
# token:
|
||||
# secure: SONAR_TOKEN
|
||||
# script:
|
||||
# - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
|
||||
|
|
Loading…
Reference in a new issue