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-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new 221c4f6 TAMAYA-277: Do not fail build in case of Sonar errors
221c4f6 is described below
commit 221c4f6962cf0bb902ff9e11682f5d024932f694
Author: Hugo Hirsch <[email protected]>
AuthorDate: Sat May 11 00:22:34 2019 +0200
TAMAYA-277: Do not fail build in case of Sonar errors
---
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index f198f44..2f10f60 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,8 @@ jobs:
include:
- name: "Java 8"
jdk: openjdk8
- script: mvn clean install sonar:sonar -Dsonar.organization=apache
-Dsonar.projectKey=apache_incubator-tamaya-extensions
+ script: mvn clean install
+ after_success: mvn sonar:sonar -Dsonar.organization=apache
-Dsonar.projectKey=apache_incubator-tamaya-extensions
- name: "Java 9"
jdk: openjdk9