This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git
The following commit(s) were added to refs/heads/master by this push:
new 98bc730 TAMAYA-277: Let's see if sonar-scanner is working now
98bc730 is described below
commit 98bc730a4dbfd257fef02abf59c7f31397e1abef
Author: Hugo Hirsch <[email protected]>
AuthorDate: Tue Apr 23 20:07:32 2019 +0200
TAMAYA-277: Let's see if sonar-scanner is working now
---
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 1eddfb0..0a9639a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,8 @@ 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 sonar:sonar -Dsonar.organization=apache
-Dsonar.projectKey=apache_incubator-tamaya
-Dsonar.host.url="https://sonarcloud.io" -Dsonar.login="$SONAR_TOKEN"
+ script: mvn clean install
- name: "Java 9"
jdk: openjdk9