You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2019/04/22 19:03:24 UTC

[incubator-tamaya] branch master updated: TAMAYA-277: Try different way to launch sonarcloud integration

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 4546be3  TAMAYA-277: Try different way to launch sonarcloud integration
4546be3 is described below

commit 4546be39294a2a9ec57c9d9ed7a1d217e832f0b6
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Mon Apr 22 21:02:43 2019 +0200

    TAMAYA-277: Try different way to launch sonarcloud integration
    
    Direct mvn call did not seem to work althout token
    is introduced as environment variable.
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 45b6530..0b865de 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,5 +18,5 @@ addons:
     organization: "apache" 
 script:
   # other script steps might be done before running the actual analysis
-#  - sonar-scanner
-  - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
+  - sonar-scanner
+#  - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar