This project is analysed on SonarCloud!
It is very easy to run an analysis on a project and push it to SonarCloud:
- Create a
sonar-project.properties
files to store your configuration - likesonar.projectKey
orsonar.sources
- In your
.travis.yml
file:- Activate the Travis Add-on
- Run
sonar-scanner
at some point of time in thescript
section
You can take a look at the sonar-project.properties and .travis.yml files of this project to see it in practice.