blob: 912080aa1b46d4c98b2ef15dacd94987b58fd8af [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001language: node_js
2node_js:
3 - "0.11"
4 - "0.10"
5 - "0.9"
6 - "0.8"
7 - "0.6"
8 - "0.4"
9before_install:
10 - '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@~1.4.6'
11matrix:
12 fast_finish: true
13 allow_failures:
14 - node_js: "0.11"
15 - node_js: "0.9"
16 - node_js: "0.6"
17 - node_js: "0.4"
18