Skip to content

Commit 5c6822e

Browse files
authored
💚 Update travis : authentication failure for sonar cloud
1 parent f97c7da commit 5c6822e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ addons:
77
sonarqube:
88
organization: "json-schema-java-ui"
99
token:
10-
secure: SONAR_TOKEN
10+
secure: ${env.SONAR_TOKEN}
1111
install:
1212
- mvn test-compile -DskipTests=true -Dmaven.javadoc.skip=true -B -V
1313
script:

0 commit comments

Comments
 (0)