summaryrefslogtreecommitdiffstats
path: root/node_modules/shell-quote/.travis.yml
blob: 72a68826755ff3132472e5a9de219c4609d71369 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
language: node_js
os:
  - linux
  - osx
  - windows
node_js:
  - "0.8"
  - "0.10"
  - "0.12"
  - "iojs"
  - "4"
  - "5"
  - "6"
  - "7"
  - "8"
  - "9"
  - "10"
  - "11"
  - "12"
matrix:
  exclude:
    - os: windows
      node_js: "0.8"
    - os: windows
      node_js: "iojs"
before_install:
  - 'if [ $TRAVIS_NODE_VERSION == 0.8 ]; then nvm install-latest-npm; fi'