Commit 9f3ac65b2c30ee0f2138bd4aaf249aa5373cb1ab

Authored by Sergio Crisostomo
1 parent 168565e4

Fix travis regression

Showing 1 changed file with 6 additions and 2 deletions   Show diff stats
.travis.yml
  1 +sudo: required
1 2 language: node_js
2 3 node_js:
3   - - "6"
  4 + - '6'
4 5 script:
5   - - npm run test
  6 + - 'npm run test'
  7 +before_script:
  8 + - 'sudo chown root /opt/google/chrome/chrome-sandbox'
  9 + - 'sudo chmod 4755 /opt/google/chrome/chrome-sandbox'
... ...