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.
This commit is contained in:
Wesley Wigham
2016-08-10 23:45:24 -07:00
committed by GitHub
parent e16326de8b
commit fa991b5175

View File

@@ -34,3 +34,6 @@ install:
cache:
directories:
- node_modules
git:
depth: 1