Moved Sonarqube to GitHub action.

This commit is contained in:
Erik C. Thauvin 2021-05-19 22:56:46 -07:00
parent 79945ad2df
commit ba0b56f9e2
6 changed files with 49 additions and 14 deletions

View file

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