Migrated to travis-ci.com

This commit is contained in:
Erik C. Thauvin 2020-03-21 20:32:23 -07:00
parent 4e24c2c48b
commit df819131ac
2 changed files with 2 additions and 2 deletions

View file

@ -21,6 +21,6 @@ before_install:
after_success:
- |
if [ "${TRAVIS_TEST_RESULT}" == 0 ] && [ "$TRAVIS_JDK_VERSION" == oraclejdk8 ]; then
if [ "${TRAVIS_TEST_RESULT}" == 0 ] && [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ]; then
./gradlew sonarqube
fi