build,travis: fetch commits until we find merge-base

if the merge-base is not in the initial clone,
git diff / git rev-list will return funky results

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
Etienne Champetier
2017-07-24 11:08:55 -07:00
parent 78712dfca8
commit e6013407a8
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
git:
depth: 1
depth: 10
language: c
dist: trusty
sudo: false