Skip to content

Commit c7c0f92

Browse files
root: /opt/google/chrome/chrome-sandbox
1 parent b85d32d commit c7c0f92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
sudo: required
12
language: node_js
23
node_js:
34
- "10"
45
before_script:
56
- npm install
67
- npm run build
8+
- sudo chown root /opt/google/chrome/chrome-sandbox
9+
- sudo chmod 4755 /opt/google/chrome/chrome-sandbox
710
script:
811
- npm run test-travis

0 commit comments

Comments
 (0)