This project is analysed on SonarQube Cloud!
It is very easy to run an analysis on a Maven-based project and push it to SonarQube Cloud.
You simply have to do 2 things in your .travis.yml file:
- Activate the Travis Add-on
- Run
mvn sonar:sonarat some point of time in thescriptsection
You can take a look at the .travis.yml file of this project to see it in practice.