1
0
Fork 0

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:
Jorropo 2018-07-25 20:57:56 +02:00 committed by Rigel Kent
parent 039fd8bc01
commit 5f7021c33d
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ language: node_js
node_js:
- "8"
git:
depth: 1
addons:
apt:
sources: