language: node_js node_js: - "5" - "6" script: - npm run standard - npm test after_success: - npm run coverage