Skip to content

Commit fa991b5

Browse files
authored
Have travis take shallow clones of the repo (#10275)
Just cloning TS on travis takes 23 seconds on linux (68 seconds on mac), hopefully having it do a shallow clone will help. We don't rely on any tagging/artifacts from the travis servers which clone depth could impact, so this shouldn't impact anything other than build speed.
1 parent e16326d commit fa991b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ install:
3434
cache:
3535
directories:
3636
- node_modules
37+
38+
git:
39+
depth: 1

0 commit comments

Comments
 (0)