Travis CI: Drop "git.depth: 1" because subsequent pushes were failing ongoing builds

See 10c2354588 for AppVeyor and more details.
This commit is contained in:
Sebastian Pipping 2019-07-20 17:25:19 +02:00
parent 3f8e28f3cb
commit 88cf657da9

View File

@ -12,9 +12,6 @@ dist: trusty
# https://github.com/travis-ci/travis-ci/issues/9033
sudo: required
git:
depth: 1
env:
global:
- CFLAGS='-g -pipe'