node-http-proxy/.travis.yml
2019-08-22 02:12:51 -05:00

13 lines
172 B
YAML

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