diff --git a/.travis.yml b/.travis.yml index bdc14fd..e617bda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: node_js node_js: - "12" -dist: trusty +dist: bionic addons: - chrome: stable -install: "npm install" +# install: "npm install" script: "sh -e run_tests.sh" notifications: email: false diff --git a/test/karma.conf.js b/test/karma.conf.js index 6e66cc9..4594f05 100644 --- a/test/karma.conf.js +++ b/test/karma.conf.js @@ -29,7 +29,7 @@ module.exports = function (config) { customLaunchers: { ChromeHeadlessNoSandbox: { base: 'ChromeHeadless', - flags: ['--no-sandbox', '--disable-setuid-sandbox'] + flags: ['--no-sandbox'] } },