language: node_js node_js: - "8" script: - npm run test:lint - npm run test:coverage after_success: - bash <(curl -s https://codecov.io/bash)