diff --git a/.travis.yml b/.travis.yml index 3a9791d32..a2c460253 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,9 @@ language: go go: - 1.9.x +addons: + chrome: stable + git: depth: 300 diff --git a/ui/testem.js b/ui/testem.js index 630bfd548..919ed563a 100644 --- a/ui/testem.js +++ b/ui/testem.js @@ -13,6 +13,7 @@ module.exports = { mode: 'ci', args: [ '--headless', + '--no-sandbox', '--disable-gpu', '--remote-debugging-port=9222', '--window-size=1440,900',