Updated travis.yml git depth 1
We don't do any git operation except include last commit name, so we only need last commit, that will make travis-ci test faster.
This commit is contained in:
parent
039fd8bc01
commit
5f7021c33d
|
@ -3,6 +3,9 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "8"
|
- "8"
|
||||||
|
|
||||||
|
git:
|
||||||
|
depth: 1
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
|
Loading…
Reference in New Issue