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