Skip to content

Commit 26673eb

Browse files
committed
Require sudo for travis builds
This is a workaround to a problem with running Chrome Headless in `no-sandbox` mode, as discussed in this issue: travis-ci/travis-ci#8836 (comment)
1 parent 5582d69 commit 26673eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node_js:
55
# so that your addon works for all apps
66
- "4"
77

8-
sudo: false
8+
sudo: required
99
dist: trusty
1010

1111
addons:

0 commit comments

Comments
 (0)