Commit 5568b2e87742813aef3661366625f5fbaa752332

Authored by Aresn
Committed by GitHub
2 parents b6af2c2a 9f3ac65b

Merge pull request #2838 from SergioCrisostomo/fix-travis

Fix travis regression
Showing 1 changed file with 6 additions and 2 deletions   Show diff stats
  1 +sudo: required
1 language: node_js 2 language: node_js
2 node_js: 3 node_js:
3 - - "6" 4 + - '6'
4 script: 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'