Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[Travis] Change git clone depth to 1(false) (#2796)
Browse files Browse the repository at this point in the history
* [Travis] Change git clone depth to 1

* Remove noisy message in Travis
  • Loading branch information
YorkShen authored and lucky-chen committed Aug 8, 2019
1 parent a8dbedf commit 3980f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
5 changes: 1 addition & 4 deletions dangerfile-jsfm.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,4 @@ if(hasJsfmFile){
}
}else{
console.log('has no jsfm file changed.');
message('has no jsfm file changed.');
}

message('jsfm test finished.')
}

0 comments on commit 3980f26

Please sign in to comment.