sudo: false language: node_js matrix: include: - node_js: '8' - node_js: '9' after_success: - bash <(curl -s https://codecov.io/bash)