projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bae476a
)
travis: don't need git cloning progress
author
Philip Prindeville
<philipp@redfish-solutions.com>
Mon, 2 Jul 2018 00:57:09 +0000
(18:57 -0600)
committer
Philip Prindeville
<philipp@redfish-solutions.com>
Fri, 3 Aug 2018 04:38:05 +0000
(22:38 -0600)
Since Travis runs as a batch job and logs are typically looked at
after-the-fact (if at all), there's not any point to seeing progress
when cloning git repos.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit
fc3beffeff252bb1d1efd43ff8a63687d16ac0b2
)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 773a3511267e653964753b670e8d52e120f2f7a1..e6668f93ca6651707c6d7f5c2ba9c0361a159a20 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-1,5
+1,7
@@
git:
depth: 10
+ quiet: true
+
language: c
dist: trusty
sudo: false