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 18:56:32 UTC

[incubator-tamaya] branch master updated: TAMAYA-277: Add Sonarstep to Travis

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 00fb5f0  TAMAYA-277: Add Sonarstep to Travis
00fb5f0 is described below

commit 00fb5f06e67bff45ed106fa2ec98657cf9d853e0
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Mon Apr 22 20:56:17 2019 +0200

    TAMAYA-277: Add Sonarstep to Travis
---
 .travis.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 245df5f..45b6530 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,3 +13,10 @@ jdk:
 
 #addons:
 #  srcclr: true 
+addons:
+  sonarcloud:
+    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