We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f972b5 commit fb4d0d9Copy full SHA for fb4d0d9
.travis.yml
@@ -20,10 +20,10 @@ notifications:
20
21
addons:
22
sonarcloud:
23
- organization: "AT-NicolasMetivier"
+ organization: "lequal"
24
token:
25
secure: projettest # encrypted value of your token
26
# Script to execute.
27
28
script:
29
- - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=at-nicolasmetivier-github -Dsonar.login=d217f2a7b06684f932ec72bbc294e27e87d9c361
+ - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=lequal -Dsonar.login=181e22946e5e05302ceb4513dae3dcc9f7161f2f
0 commit comments