Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 88aebde

Browse files
committed
Merge pull request #167 from PeterDaveHello/patch-1
test(travis): use shallow cloning to make CI build faster Change git depth to 10 for shallow cloning
2 parents 935411c + 03c8115 commit 88aebde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ before_script:
99
- bower install
1010

1111
script: "gulp test"
12+
13+
git:
14+
depth: 10

0 commit comments

Comments
 (0)