mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +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
|
language: java
|
||||||
before_install:
|
before_install:
|
||||||
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
|
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
|
||||||
addons:
|
# addons:
|
||||||
sonarcloud:
|
# sonarcloud:
|
||||||
organization: "magefree"
|
# organization: "magefree"
|
||||||
token:
|
# token:
|
||||||
secure: SONAR_TOKEN
|
# secure: SONAR_TOKEN
|
||||||
script:
|
# script:
|
||||||
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
|
# - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
|
||||||
|
|
Loading…
Reference in a new issue