mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
13 lines
172 B
YAML
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
|