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
This commit is contained in:
Andrew Bauer 2017-06-01 12:09:22 -05:00 committed by GitHub
parent 12026aba78
commit 590dd13be5
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
language: cpp
sudo: required
dist: trusty
git:
depth: 9999999
notifications:
irc: chat.freenode.net#zoneminder-dev
branches: