Skip to content

Commit 854bc35

Browse files
authored
💚 sonar cloud configuration
fix #36
1 parent 1aae095 commit 854bc35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ addons:
1111
install:
1212
- mvn test-compile -DskipTests=true -Dmaven.javadoc.skip=true -B -V
1313
script:
14-
- mvn test
15-
- mvn clean -DskipTests=true org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=json-schema-java-ui -Dsonar.login=0eddfef99ac3f729e1119cc132ffb6fa15e789ea
14+
- mvn org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=json-schema-java-ui -Dsonar.login=${env.SONAR_TOKEN}
1615
cache:
1716
directories:
1817
- '$HOME/.m2/repository'

0 commit comments

Comments
 (0)