Fix travis regression
This commit is contained in:
parent
168565e45f
commit
9f3ac65b2c
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
sudo: required
|
||||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
- '6'
|
||||
script:
|
||||
- npm run test
|
||||
- 'npm run test'
|
||||
before_script:
|
||||
- 'sudo chown root /opt/google/chrome/chrome-sandbox'
|
||||
- 'sudo chmod 4755 /opt/google/chrome/chrome-sandbox'
|
||||
|
|
Loading…
Add table
Reference in a new issue