massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-json / node_modules / agent-base / .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   - "9"
12   - "10"
13
14 install:
15   - PATH="`npm bin`:`npm bin -g`:$PATH"
16   # Install dependencies and build
17   - npm install
18
19 script:
20   # Output useful info for debugging
21   - node --version
22   - npm --version
23   # Run tests
24   - npm test