build: fix red travis: fetch more github history (#14193)
This commit is contained in:
parent
1df9319af1
commit
104c157ef6
|
@ -2,6 +2,9 @@ language: node_js
|
||||||
sudo: false
|
sudo: false
|
||||||
node_js:
|
node_js:
|
||||||
- '6.6.0'
|
- '6.6.0'
|
||||||
|
git:
|
||||||
|
# Increased from default (50) to ensure last release tag is in this range
|
||||||
|
depth: 75
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
# firefox: "38.0"
|
# firefox: "38.0"
|
||||||
|
|
Loading…
Reference in New Issue