Add chrome to Travis

This commit is contained in:
Michael Lange
2018-01-10 14:05:57 -08:00
parent 7526295e88
commit e2ffbc0e4c
2 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ language: go
go:
- 1.9.x
addons:
chrome: stable
git:
depth: 300

View File

@@ -13,6 +13,7 @@ module.exports = {
mode: 'ci',
args: [
'--headless',
'--no-sandbox',
'--disable-gpu',
'--remote-debugging-port=9222',
'--window-size=1440,900',