We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166922b commit de47734Copy full SHA for de47734
1 file changed
.travis.yml
@@ -12,9 +12,7 @@ addons:
12
sonarcloud:
13
# Set this to match your repo - see this doc on how to set details https://docs.travis-ci.com/user/sonarcloud/
14
organization: utplsql
15
- token:
16
- # Put sonar connection token generated and encrypted.
17
- secure: ${SONAR_TOKEN}
+ token: ${SONAR_TOKEN}
18
19
env:
20
global:
0 commit comments