summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/https-proxy-agent/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/node_modules/https-proxy-agent/.travis.yml')
-rw-r--r--deps/node/deps/npm/node_modules/https-proxy-agent/.travis.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/deps/node/deps/npm/node_modules/https-proxy-agent/.travis.yml b/deps/node/deps/npm/node_modules/https-proxy-agent/.travis.yml
deleted file mode 100644
index 805d3d50..00000000
--- a/deps/node/deps/npm/node_modules/https-proxy-agent/.travis.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-sudo: false
-
-language: node_js
-
-node_js:
- - "4"
- - "5"
- - "6"
- - "7"
- - "8"
-
-install:
- - PATH="`npm bin`:`npm bin -g`:$PATH"
- # Install dependencies and build
- - npm install
-
-script:
- # Output useful info for debugging
- - node --version
- - npm --version
- # Run tests
- - npm test