projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039fd8b
)
Updated travis.yml git depth 1
author
Jorropo
<jorropo.pgm@gmail.com>
Wed, 25 Jul 2018 18:57:56 +0000
(20:57 +0200)
committer
Rigel Kent
<par@rigelk.eu>
Wed, 25 Jul 2018 19:06:39 +0000
(21:06 +0200)
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.
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 04271952999dcef54dc8ee961f938a01c0df5f9d..f9300f7ff64c8b5cbecfce4f64cba97175701731 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-3,6
+3,9
@@
language: node_js
node_js:
- "8"
+git:
+ depth: 1
+
addons:
apt:
sources: