Merge pull request #2838 from SergioCrisostomo/fix-travis

Fix travis regression
This commit is contained in:
Aresn 2018-01-18 09:29:16 +08:00 committed by GitHub
commit 5568b2e877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'