diff options
author | Jorropo <jorropo.pgm@gmail.com> | 2018-07-25 20:57:56 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2018-07-25 21:06:39 +0200 |
commit | 5f7021c33d31c5255b995ae0ff86b5bbea4ea4b9 (patch) | |
tree | 77284f0752b3d56b6b03b5271f539c852583d83e | |
parent | 039fd8bc01aaf5de0da53766675333d077da446b (diff) | |
download | PeerTube-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.
-rw-r--r-- | .travis.yml | 3 |
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 | |||
3 | node_js: | 3 | node_js: |
4 | - "8" | 4 | - "8" |
5 | 5 | ||
6 | git: | ||
7 | depth: 1 | ||
8 | |||
6 | addons: | 9 | addons: |
7 | apt: | 10 | apt: |
8 | sources: | 11 | sources: |