sudo: false language: node_js node_js: - "7" - "8" - "9" - "10" - "stable" before_script: - npm install -g mocha script: - npm run test