Skip to content

Commit eaae49e

Browse files
committed
chore(travis): wrap sudo commands in quotation marks
1 parent b858f50 commit eaae49e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ cache:
1414
- node_modules
1515

1616
before_script:
17-
- sudo chown root /opt/google/chrome/chrome-sandbox
18-
- sudo chmod 4755 /opt/google/chrome/chrome-sandbox
17+
- "sudo chown root /opt/google/chrome/chrome-sandbox"
18+
- "sudo chmod 4755 /opt/google/chrome/chrome-sandbox"
1919

2020
script:
2121
- npm run-script test-node

0 commit comments

Comments
 (0)