mirror of https://github.com/Chocobozzz/PeerTube
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.pull/852/head
parent
039fd8bc01
commit
5f7021c33d
|
@ -3,6 +3,9 @@ language: node_js
|
|||
node_js:
|
||||
- "8"
|
||||
|
||||
git:
|
||||
depth: 1
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
|
|
Loading…
Reference in New Issue