aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJorropo <jorropo.pgm@gmail.com>2018-07-25 20:57:56 +0200
committerRigel Kent <par@rigelk.eu>2018-07-25 21:06:39 +0200
commit5f7021c33d31c5255b995ae0ff86b5bbea4ea4b9 (patch)
tree77284f0752b3d56b6b03b5271f539c852583d83e /.travis.yml
parent039fd8bc01aaf5de0da53766675333d077da446b (diff)
downloadPeerTube-5f7021c33d31c5255b995ae0ff86b5bbea4ea4b9.tar.gz
PeerTube-5f7021c33d31c5255b995ae0ff86b5bbea4ea4b9.tar.zst
PeerTube-5f7021c33d31c5255b995ae0ff86b5bbea4ea4b9.zip
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 042719529..f9300f7ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,9 @@ language: node_js
3node_js: 3node_js:
4 - "8" 4 - "8"
5 5
6git:
7 depth: 1
8
6addons: 9addons:
7 apt: 10 apt:
8 sources: 11 sources: