-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
Milestone
Description
@iluwatar
Hi , i have a project on github , i add ci ,sonar , but sonar build file ,could you help me ?
my project next:
https://github.com/15838028035/bsweb-common-core
.travis.yml content:
language: java
jdk:
- oraclejdk8
after_success:
- mvn cobertura:cobertura sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN -X
notifications:
email:
sudo: required
i have config SONAR_TOKEN in CI config page .
one build log is:
https://api.travis-ci.org/v3/job/332599647/log.txt
build sonar failure , could you help me ?