diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2018-07-01 18:57:09 -0600 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-07-03 10:31:44 +0800 |
commit | fc3beffeff252bb1d1efd43ff8a63687d16ac0b2 (patch) | |
tree | 1c690547caed103df1773273ce266d8e3dad2b85 | |
parent | 54121977fe811ea2754ddf0dbc98af5b96f1ca30 (diff) |
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>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 773a35112..e6668f93c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ git: depth: 10 + quiet: true + language: c dist: trusty sudo: false |