UNPKG

341 BYAMLView Raw
1sudo: false
2language: node_js
3node_js:
4 - "4"
5 - "iojs"
6 - "0.12"
7 - "0.10"
8script:
9 - "npm run test-travis"
10after_script:
11 - "npm install coveralls@2 && cat coverage/lcov.info | coveralls"
12matrix:
13 fast_finish: true
14notifications:
15 irc:
16 channels:
17 - "irc.freenode.org#unshift"
18 on_success: change
19 on_failure: change