You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by lu...@apache.org on 2019/08/08 07:53:38 UTC

[incubator-weex] branch master updated: [Travis] Change git clone depth to 1(false) (#2796)

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

luckychen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/master by this push:
     new 3980f26  [Travis] Change git clone depth to 1(false) (#2796)
3980f26 is described below

commit 3980f26a43c980527ae46e58a0063fe8dfbe1636
Author: YorkShen <sh...@gmail.com>
AuthorDate: Thu Aug 8 15:53:34 2019 +0800

    [Travis] Change git clone depth to 1(false) (#2796)
    
    * [Travis] Change git clone depth to 1
    
    * Remove noisy message in Travis
---
 .travis.yml        | 3 +++
 dangerfile-jsfm.js | 5 +----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 868c588..6004074 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,6 +54,9 @@ cache:
     - $HOME/android-ndk-r18b
     - bundle
 
+git:
+  depth: false
+
 before_cache:
   - rm -f  $HOME/.gradle/caches/modules-2/modules-2.lock
   - rm -fr $HOME/.gradle/caches/*/plugin-resolution/
diff --git a/dangerfile-jsfm.js b/dangerfile-jsfm.js
index 36c4b46..dfa8c86 100644
--- a/dangerfile-jsfm.js
+++ b/dangerfile-jsfm.js
@@ -98,7 +98,4 @@ if(hasJsfmFile){
   }
 }else{
   console.log('has no jsfm file changed.');
-  message('has no jsfm file changed.');
-}
-
-message('jsfm test finished.')
+}
\ No newline at end of file