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 коммит произвёл GitHub
Родитель e16326de8b
Коммит fa991b5175
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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