diff --git a/.travis.yml b/.travis.yml index 6150392e90..b61ce80174 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: node_js -sudo: required +sudo: false dist: trusty node_js: stable addons: diff --git a/wct.conf.json b/wct.conf.json index ded6cc8f44..5b315d7362 100644 --- a/wct.conf.json +++ b/wct.conf.json @@ -8,7 +8,8 @@ "browserOptions": { "chrome": [ "headless", - "disable-gpu" + "disable-gpu", + "no-sandbox" ], "firefox": [ "-headless"