File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ install:
11
11
- ' npm run vscode:prepublish'
12
12
- ' npm install -g vsce'
13
13
- ' vsce package'
14
+ after_success :
15
+ - if [[ $TRAVIS_PULL_REQUEST == "false" && $TRAVIS_BRANCH == "master" ]]; then
16
+ sonar-scanner
17
+ fi
14
18
deploy :
15
19
- provider : releases
16
20
api_key : ${DEPLOY_TOKEN}
30
34
directories :
31
35
- " node_modules"
32
36
env : DISPLAY=:99
37
+ addons :
38
+ sonarcloud :
39
+ organization : " camel-tooling"
40
+ branches :
41
+ - master
Original file line number Diff line number Diff line change
1
+ sonar.projectKey =camel-lsp-client-vscode
2
+ sonar.projectName =VS Code client for Apache Camel Language Server
3
+ sonar.sources =src,scripts
4
+ sonar.tests =test
5
+
6
+ sonar.links.homepage =https://github.com/camel-tooling/camel-lsp-client-vscode
7
+ sonar.links.ci =https://travis-ci.org/camel-tooling/camel-lsp-client-vscode
8
+ sonar.links.scm =https://github.com/camel-tooling/camel-lsp-client-vscode
9
+ sonar.links.issue =https://github.com/camel-tooling/camel-lsp-client-vscode/issues
You can’t perform that action at this time.
0 commit comments