| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | language: node_js |
| 2 | node_js: | ||||
| 3 | - "0.11" | ||||
| 4 | - "0.10" | ||||
| 5 | - "0.9" | ||||
| 6 | - "0.8" | ||||
| 7 | - "0.6" | ||||
| 8 | - "0.4" | ||||
| 9 | before_install: | ||||
| 10 | - '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@~1.4.6' | ||||
| 11 | matrix: | ||||
| 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 | |||||