build: fix red travis: fetch more github history (#14193)

This commit is contained in:
Alex Eagle 2017-01-30 14:55:00 -08:00 committed by Miško Hevery
parent 1df9319af1
commit 104c157ef6
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ language: node_js
sudo: false
node_js:
- '6.6.0'
git:
# Increased from default (50) to ensure last release tag is in this range
depth: 75
addons:
# firefox: "38.0"