language: node_js before_install: npm install npm -g before_script: npm cache verify node_js: - "6.0" - "7.0" - "7.2" after_success: - bash <(curl -s https://codecov.io/bash)