Taking SonarCube offline for now.

This commit is contained in:
tastybento 2019-05-04 23:34:16 -07:00 committed by tastybento
parent 106cc87fb9
commit 4b2ad43cef
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ jdk:
- openjdk8
script:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package -P sonar sonar:sonar -B
- echo "${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"
#- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package -P sonar sonar:sonar -B
#- echo "${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"
cache:
directories:
- '$HOME/.m2/repository'