UNPKG

540 BYAMLView Raw
1language: node_js
2node_js:
3 - "0.12"
4 - "0.11"
5 - "0.10"
6 - "0.9"
7 - "0.8"
8 - "iojs-v1.1"
9 - "iojs-v1.0"
10before_install:
11 - "npm install -g npm@1.4.x"
12script:
13 - "npm run test-travis"
14after_script:
15 - "npm install coveralls@2.11.x && cat coverage/lcov.info | coveralls"
16matrix:
17 fast_finish: true
18 allow_failures:
19 - node_js: "0.11"
20 - node_js: "0.9"
21 - node_js: "iojs-v1.1"
22 - node_js: "iojs-v1.0"
23notifications:
24 irc:
25 channels:
26 - "irc.freenode.org#unshift"
27 on_success: change
28 on_failure: change