massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-json / node_modules / http-proxy-agent / .travis.yml
1 sudo: false
2
3 language: node_js
4
5 node_js:
6   - "4"
7   - "5"
8   - "6"
9   - "7"
10   - "8"
11
12 install:
13   - PATH="`npm bin`:`npm bin -g`:$PATH"
14   # Install dependencies and build
15   - npm install
16
17 script:
18   # Output useful info for debugging
19   - node --version
20   - npm --version
21   # Run tests
22   - npm test