TAMAYA-277: Add Sonarstep to Travis
diff --git a/.travis.yml b/.travis.yml
index 245df5f..45b6530 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,3 +13,10 @@
 
 #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