We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aae095 commit 854bc35Copy full SHA for 854bc35
.travis.yml
@@ -11,8 +11,7 @@ addons:
11
install:
12
- mvn test-compile -DskipTests=true -Dmaven.javadoc.skip=true -B -V
13
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
+ - 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}
16
cache:
17
directories:
18
- '$HOME/.m2/repository'
0 commit comments