Removed Sonarcloud from TravisCI.

This commit is contained in:
Erik C. Thauvin 2021-05-19 18:43:20 -07:00
parent 5b9d8911e1
commit 9270f5f8b4

View file

@ -5,19 +5,9 @@ env:
global:
- CI_NAME="Travis CI"
addons:
sonarcloud:
organization: "ethauvin-github"
jdk:
- openjdk11
- openjdk15
before_install:
- chmod +x gradlew
after_success:
- |
if [ "${TRAVIS_TEST_RESULT}" == 0 ] && [ "$TRAVIS_JDK_VERSION" == openjdk11 ]; then
./gradlew sonarqube
fi