We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97c7da commit 5c6822eCopy full SHA for 5c6822e
.travis.yml
@@ -7,7 +7,7 @@ addons:
7
sonarqube:
8
organization: "json-schema-java-ui"
9
token:
10
- secure: SONAR_TOKEN
+ secure: ${env.SONAR_TOKEN}
11
install:
12
- mvn test-compile -DskipTests=true -Dmaven.javadoc.skip=true -B -V
13
script:
0 commit comments