This project is analysed on SonarCloud!
It is very easy to run an analysis on a Gradle-based project and push it to SonarCloud:
- Declare the
org.sonarqube
plugin in yourbuild.gradle
file - In your
.travis.yml
file:- Activate the Travis Add-on
- Run
./gradlew sonarqube
at some point of time in thescript
section
You can take a look at the build.gradle and .travis.yml files of this project to see it in practice.