File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,15 @@ cache:
12
12
directories :
13
13
- $HOME/.m2
14
14
- $HOME/.gradle/
15
+ after_success :
16
+ - if [[ $TRAVIS_PULL_REQUEST == "false" && $TRAVIS_BRANCH == "master" ]]; then
17
+ mvn sonar:sonar -Dsonar.login=${SONAR_TOKEN} -Dsonar.projectKey="camel-lsp-client-eclipse" -Dsonar.projectName="Eclipse Client for Apache Camel Language Server";
18
+ fi
19
+ addons :
20
+ sonarcloud :
21
+ organization : " camel-tooling"
22
+ branches :
23
+ - master
15
24
deploy :
16
25
- provider : releases
17
26
api_key : ${DEPLOY_TOKEN}
Original file line number Diff line number Diff line change 60
60
<plugin >
61
61
<groupId >org.jacoco</groupId >
62
62
<artifactId >jacoco-maven-plugin</artifactId >
63
- <version >0.7.9 </version >
63
+ <version >0.8.1 </version >
64
64
<configuration >
65
65
<append >true</append >
66
66
<includes >com.github.cameltooling.lsp.*,com.github.cameltooling.*</includes >
You can’t perform that action at this time.
0 commit comments