This is an automated email from the ASF dual-hosted git repository.

chanjarster pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-toolkit.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e3e591  some minor fix for sonarcloud integration
0e3e591 is described below

commit 0e3e5918987f59e8f661f1aca2cf3982ac8b6501
Author: Daniel Qian <[email protected]>
AuthorDate: Sun Nov 17 07:33:15 2019 +0800

    some minor fix for sonarcloud integration
---
 .travis.yml | 4 ++++
 pom.xml     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 8b6f659..faaba71 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,10 @@ addons:
     token:
       secure: 
"1Pp5GWvkXduqhSG0Kuy9pMO262od+D+MIRZ6NtkYDy9wPrU1A8cCB3eC9/i0Q29X+BuzOQ17oW1UgUhdIV2VSx2EwF6xpCT9KNhBqV/Y8dzvw9RD6dW/QHgbv4U9L4I5EriM3dWuWIl31yoD4LCwWPHkLIysLiiSqjSCceeANIGE/ErqfokZOuZ2ghmN5DwKLyS8U/28N9mBu3U6WC8DjIJzT4jS9Z6m4w5bd08RoxtQIA2XoeYsjoEbaZJXUwl7ktoZVXwyOwpGiMa8YcScVDEepd7+QlFtyNQ4PUg0TBriiSAl9K7UEpcYODBS6nbPIUk//geZvoBUA2QgrBgHQpEosYD81qJOdCP1+TPJbiYpGbgIzE4qR3CIotJJPDkv9mdPRfhRaubVkjBkXQWNhSXnWMQjeG1re+A8ZPL1dkBMHw06aMfS/kwPFzgq4QJ01x3DegdMKHt1s/B5vM+iqRbcrDOjc
 [...]
 
+# SonarCloud give a warning if using shallow clone (default), so we disable it
+git:
+  depth: false
+
 cache:
   directories:
   - "$HOME/.m2"
diff --git a/pom.xml b/pom.xml
index 0650ace..3195683 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   <version>0.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Microservice development toolkit</name>
+  <name>Apache ServiceComb Toolkit</name>
   <url>https://github.com/apache/servicecomb-toolkit</url>
 
   <properties>

Reply via email to