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
|
||||
sudo: required
|
||||
dist: trusty
|
||||
git:
|
||||
depth: 9999999
|
||||
notifications:
|
||||
irc: chat.freenode.net#zoneminder-dev
|
||||
branches:
|
||||
|
|
Loading…
Reference in New Issue