sudo: false language: node_js node_js: - "8" - "9" - "10" after_script: - npm run coveralls # - npm run test:browser