Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2020-04-14 17:20:22 -07:00
parent 0f08c131c6
commit 2485f898de
5 changed files with 9 additions and 11 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