ci: increase git fetch depth to 150

This commit is contained in:
Miško Hevery
2017-02-01 15:16:48 -08:00
committed by GitHub
parent a05e50fda3
commit bc20e8ac9d

View File

@ -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"