diff --git a/.travis.yml b/.travis.yml index c3a5fce90f6a..6ace5aa61e3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ branches: only: - master -sudo: required +sudo: false language: node_js node_js: - '8' @@ -13,8 +13,5 @@ addons: chrome: stable firefox: latest sauce_connect: true -before_script: - - "sudo chown root /opt/google/chrome/chrome-sandbox" - - "sudo chmod 4755 /opt/google/chrome/chrome-sandbox" script: - npm run test && if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then npm run test:ci; else exit 0; fi