Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.05 KB

File metadata and controls

13 lines (9 loc) · 1.05 KB

Java Maven-based project analyzed on SonarCloud using Travis

Build status Quality Gate

This project is analysed on SonarCloud!

It is very easy to run an analysis on a Maven-based project and push it to SonarCloud. You simply have to do 2 things in your .travis.yml file:

  • Activate the Travis Add-on
  • Run mvn sonar:sonar at some point of time in the script section

You can take a look at the .travis.yml file of this project to see it in practice.