diff --git a/.travis.yml b/.travis.yml index 293f88c35..3b7a7befd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ dist: trusty addons: chrome: stable sauce_connect: - username: mobiledoc-kit - access_key: f9cad21d-1141-452d-8f64-c6ba3f43faa6 + username: "mobiledoc-kit" + access_key: "f9cad21d-1141-452d-8f64-c6ba3f43faa6" cache: yarn: true @@ -19,5 +19,10 @@ before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.27.5 - export PATH=$HOME/.yarn/bin:$PATH +# Fixes issue starting ChromeHeadless, see https://github.com/travis-ci/travis-ci/issues/9024 +before_script: + - "sudo chown root /opt/google/chrome/chrome-sandbox" + - "sudo chmod 4755 /opt/google/chrome/chrome-sandbox" + script: - yarn test:ci diff --git a/testem-ci.json b/testem-ci.json index 5c4bb8dfa..6fe24fec6 100644 --- a/testem-ci.json +++ b/testem-ci.json @@ -9,7 +9,7 @@ "launchers": { "SL_MS_Edge": { "exe": "saucie", - "args": ["-b", "microsoftedge", "--no-connect", "-u"], + "args": ["-b", "microsoftedge", "-v", "15", "--no-connect", "-u"], "protocol": "tap" }, "SL_IE_11": {