We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854bc35 commit 868eec7Copy full SHA for 868eec7
.travis.yml
@@ -7,11 +7,11 @@ addons:
7
sonarqube:
8
organization: "json-schema-java-ui"
9
token:
10
- secure: ${env.SONAR_TOKEN}
+ secure: $SONAR_TOKEN
11
install:
12
- mvn test-compile -DskipTests=true -Dmaven.javadoc.skip=true -B -V
13
script:
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}
+ - 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=$SONAR_TOKEN
15
cache:
16
directories:
17
- '$HOME/.m2/repository'
0 commit comments