We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6e4cc commit 104217aCopy full SHA for 104217a
.travis.yml
@@ -1,7 +1,7 @@
1
branches:
2
only:
3
- master
4
-sudo: required
+sudo: false
5
language: node_js
6
node_js:
7
- '8'
@@ -13,8 +13,5 @@ addons:
13
chrome: stable
14
firefox: latest
15
sauce_connect: true
16
-before_script:
17
- - "sudo chown root /opt/google/chrome/chrome-sandbox"
18
- - "sudo chmod 4755 /opt/google/chrome/chrome-sandbox"
19
script:
20
- npm run test && if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then npm run test:ci; else exit 0; fi
0 commit comments