This project is analysed on SonarQube.com!
It is very easy to run an analysis on a project and push it to SonarQube.com:
- Create a
sonar-project.propertiesfiles to store your configuration - likesonar.projectKeyorsonar.sources - In your
.travis.ymlfile: - Activate the SonarQube.com Travis Add-on
- Run
sonar-scannerat some point of time in thescriptsection
You can take a look at the sonar-project.properties and .travis.yml files of this project to see it in practice.