Skip to content

Commit 104217a

Browse files
committed
ci: Revert headless Chrome workaround
1 parent 0f6e4cc commit 104217a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
branches:
22
only:
33
- master
4-
sudo: required
4+
sudo: false
55
language: node_js
66
node_js:
77
- '8'
@@ -13,8 +13,5 @@ addons:
1313
chrome: stable
1414
firefox: latest
1515
sauce_connect: true
16-
before_script:
17-
- "sudo chown root /opt/google/chrome/chrome-sandbox"
18-
- "sudo chmod 4755 /opt/google/chrome/chrome-sandbox"
1916
script:
2017
- npm run test && if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then npm run test:ci; else exit 0; fi

0 commit comments

Comments
 (0)