Showing with 1 addition and 2 deletions.
  1. +0 −1 .travis.yml
  2. +1 −1 package.json
@@ -2,7 +2,6 @@ language: node_js
node_js:
- 0.6
- 0.8
- 0.9

notifications:
email:
@@ -34,7 +34,7 @@
"node-http-proxy": "./bin/node-http-proxy"
},
"scripts": {
"test": "npm run-script test-http && npm run-script test-https",
"test": "npm run-script test-http && npm run-script test-https && npm run-script test-core",
"test-http": "vows --spec && vows --spec --target=https",
"test-https": "vows --spec --proxy=https && vows --spec --proxy=https --target=https",
"test-core": "test/core/run"