From bc20e8ac9d99cdbbcadec331f3bf3c96ac1446a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=A1ko=20Hevery?= Date: Wed, 1 Feb 2017 15:16:48 -0800 Subject: [PATCH] ci: increase git fetch depth to 150 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3825694079..49a3ef9efb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ node_js: - '6.6.0' git: # Increased from default (50) to ensure last release tag is in this range - depth: 75 + depth: 150 addons: # firefox: "38.0"