From 88cf657da91ef7a83d705cf7951cfd6c6b7d98fc Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 20 Jul 2019 17:25:19 +0200 Subject: [PATCH] Travis CI: Drop "git.depth: 1" because subsequent pushes were failing ongoing builds See 10c235458830fc894a6381cf6267246c68848adf for AppVeyor and more details. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b753389b..9998ba4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'