UNPKG

345 BYAMLView Raw
1 language: node_js
2 node_js:
3 - "0.8"
4 script:
5 - "npm test --coverage"
6 - "node node_modules/.bin/istanbul check-coverage --functions 90 --statements 90 --branches 80 --lines 90"
7 notifications:
8 irc:
9 channels:
10 - "irc.freenode.org#moutjs"
11 on_success: always
12 on_failure: always
13 use_notice: true
14 skip_join: true
15