Updated CI configurations.

This commit is contained in:
Erik C. Thauvin 2020-11-10 11:00:15 -08:00
parent afe6d3ebc9
commit 3e70a53714
3 changed files with 43 additions and 7 deletions

View file

@ -1,10 +1,6 @@
language: java
dist: trusty
env:
global:
- CI=true
jdk:
- oraclejdk8
@ -29,6 +25,6 @@ cache:
after_success:
- |
if [ "${TRAVIS_TEST_RESULT}" == 0 ]; then
./gradlew sonarqube
fi
if [ "${TRAVIS_TEST_RESULT}" == 0 ]; then
./gradlew sonarqube
fi