Skip to content

Commit 868eec7

Browse files
authored
Update .travis.yml
1 parent 854bc35 commit 868eec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ addons:
77
sonarqube:
88
organization: "json-schema-java-ui"
99
token:
10-
secure: ${env.SONAR_TOKEN}
10+
secure: $SONAR_TOKEN
1111
install:
1212
- mvn test-compile -DskipTests=true -Dmaven.javadoc.skip=true -B -V
1313
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}
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=$SONAR_TOKEN
1515
cache:
1616
directories:
1717
- '$HOME/.m2/repository'

0 commit comments

Comments
 (0)