node-http-proxy/.travis.yml

13 lines
173 B
YAML

sudo: false
language: node_js
node_js:
- "8"
- "10"
- "12"
script:
- npm test
after_success:
- bash <(curl -s https://codecov.io/bash)
matrix:
fast_finish: true