Added sonarcloud with jacoco.

This commit is contained in:
Erik C. Thauvin 2019-04-02 22:59:47 -07:00
parent 7c8e348b27
commit 931d08be63
3 changed files with 17 additions and 9 deletions

View file

@ -1,15 +1,17 @@
language: java
dist: trusty
jdk:
- oraclejdk8
addons:
sonarcloud:
organization: "ethauvin-github"
script:
- sonar-scanner
jdk:
- oraclejdk8
before_install:
- chmod +x gradlew
after_success:
- |
if [ "${TRAVIS_TEST_RESULT}" == 0 ]; then
./gradlew sonarqube
fi