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:
parent
12026aba78
commit
590dd13be5
|
@ -1,6 +1,8 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
git:
|
||||||
|
depth: 9999999
|
||||||
notifications:
|
notifications:
|
||||||
irc: chat.freenode.net#zoneminder-dev
|
irc: chat.freenode.net#zoneminder-dev
|
||||||
branches:
|
branches:
|
||||||
|
|
Loading…
Reference in New Issue