This is an automated email from the ASF dual-hosted git repository. acoburn pushed a commit to branch more_sonar_updates in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git
commit 71888dac3a5c5715116f248ba8f2947b3947f78f Author: Aaron Coburn <[email protected]> AuthorDate: Wed Apr 24 12:35:39 2019 -0400 Sonar configuration updates More sonar updates --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0a9639a..ee0c094 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,15 +6,11 @@ addons: sonarcloud: organization: "apache" -script: - - sonar-scanner - jobs: include: - name: "Java 8" jdk: openjdk8 - # script: mvn clean install sonar:sonar -Dsonar.organization=apache -Dsonar.projectKey=apache_incubator-tamaya -Dsonar.host.url="https://sonarcloud.io" -Dsonar.login="$SONAR_TOKEN" - script: mvn clean install + script: mvn clean install sonar:sonar -Dsonar.organization=apache -Dsonar.projectKey=apache_incubator-tamaya - name: "Java 9" jdk: openjdk9
