mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
travis: don't need git cloning progress
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>
This commit is contained in:
committed by
Yousong Zhou
parent
54121977fe
commit
fc3beffeff
@@ -1,5 +1,7 @@
|
|||||||
git:
|
git:
|
||||||
depth: 10
|
depth: 10
|
||||||
|
quiet: true
|
||||||
|
|
||||||
language: c
|
language: c
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|||||||
Reference in New Issue
Block a user