From 590dd13be5c51439ae762f88069ecebfd03d0135 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Thu, 1 Jun 2017 12:09:22 -0500 Subject: [PATCH] Update .travis.yml Travis environment sets git depth to 50 commits, which is too low for our project. This commit increases the limit per: https://github.com/travis-ci/travis-ci/issues/3412 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e9a5116ac..3afa0f02a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: cpp sudo: required dist: trusty +git: + depth: 9999999 notifications: irc: chat.freenode.net#zoneminder-dev branches: