summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-profile/node_modules/socks-proxy-agent/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npm-profile/node_modules/socks-proxy-agent/.travis.yml')
-rw-r--r--deps/npm/node_modules/npm-profile/node_modules/socks-proxy-agent/.travis.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/deps/npm/node_modules/npm-profile/node_modules/socks-proxy-agent/.travis.yml b/deps/npm/node_modules/npm-profile/node_modules/socks-proxy-agent/.travis.yml
new file mode 100644
index 0000000000..805d3d50d2
--- /dev/null
+++ b/deps/npm/node_modules/npm-profile/node_modules/socks-proxy-agent/.travis.yml
@@ -0,0 +1,22 @@
+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