Fix travis regression

This commit is contained in:
Sergio Crisostomo 2018-01-17 08:15:16 +01:00
parent 168565e45f
commit 9f3ac65b2c

View file

@ -1,5 +1,9 @@
sudo: required
language: node_js language: node_js
node_js: node_js:
- "6" - '6'
script: 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'