Increase git clone depth in Travis.
authorDan Fandrich <dan@coneharvesters.com>
Tue, 21 May 2019 13:16:32 +0000 (15:16 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 21 May 2019 13:19:35 +0000 (15:19 +0200)
commit42a1964a62ab13f301cbde851ce3d4412fdbdfcd
tree73c942373eb0c222de08999b32e1467b5ae19220
parent1436ce716408158ca79abdbd5e02d24091a0facd
Increase git clone depth in Travis.

The value of 1 caused problems when more than one commit was pushed but
the most recent commit(s) had a "skip ci" note. Travis would try to
build from a prior new commit without the tag but it would fail because
only the most recent was available.
.travis.yml