language: node_js node_js: stable install: - npm install - npm install -g codecov script: npm run test:ci after_success: - codecov notifications: email: false