massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-json / node_modules / http-proxy-agent / .travis.yml
diff --git a/.config/coc/extensions/node_modules/coc-json/node_modules/http-proxy-agent/.travis.yml b/.config/coc/extensions/node_modules/coc-json/node_modules/http-proxy-agent/.travis.yml
new file mode 100644 (file)
index 0000000..805d3d5
--- /dev/null
@@ -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