Skip to content

Commit 0307d6d

Browse files
authored
Update .travis.yml
1 parent 1fee884 commit 0307d6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jdk:
99
addons:
1010
sonarcloud:
1111
organization: "springdoc-openapi"
12-
token: ${SONAR_TOKEN}
12+
token:
13+
secure: ${SONAR_TOKEN}
1314

1415
script:
1516
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./gradlew clean build sonarqube publish; fi'

0 commit comments

Comments
 (0)