Browse Source

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>
lilik-openwrt-22.03
Philip Prindeville 6 years ago
committed by Yousong Zhou
parent
commit
fc3beffeff
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .travis.yml

+ 2
- 0
.travis.yml View File

@ -1,5 +1,7 @@
git:
depth: 10
quiet: true
language: c
dist: trusty
sudo: false


Loading…
Cancel
Save