mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
13 lines
157 B
YAML
13 lines
157 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
- "0.11"
|
|
|
|
notifications:
|
|
email:
|
|
- travis@nodejitsu.com
|
|
irc: "irc.freenode.org#nodejitsu"
|
|
|
|
script:
|
|
npm test
|