mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
19 lines
270 B
YAML
19 lines
270 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
- "0.12"
|
|
- "4.2"
|
|
|
|
before_install:
|
|
- travis_retry npm install -g npm@2.14.5
|
|
- travis_retry npm install
|
|
|
|
script:
|
|
- npm test
|
|
|
|
notifications:
|
|
email:
|
|
- travis@nodejitsu.com
|
|
irc: "irc.freenode.org#nodejitsu"
|