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
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ node_js:
- '6.6.0' - '6.6.0'
git: git:
# Increased from default (50) to ensure last release tag is in this range # Increased from default (50) to ensure last release tag is in this range
depth: 75 depth: 150
addons: addons:
# firefox: "38.0" # firefox: "38.0"