set to the bare minimum the depth of git clone in travis ci config
This commit is contained in:
parent
39e487da35
commit
eea170fba6
@ -9,6 +9,9 @@ dist: trusty
|
||||
# https://github.com/travis-ci/travis-ci/issues/9033
|
||||
sudo: required
|
||||
|
||||
git:
|
||||
depth: 1
|
||||
|
||||
env:
|
||||
global:
|
||||
- CFLAGS='-g -pipe'
|
||||
|
Loading…
Reference in New Issue
Block a user