UNPKG

354 BYAMLView Raw
1language: node_js
2node_js:
3 - "5.0"
4 - "4.2"
5 - "4.1"
6 - "4.0"
7 - "0.12"
8 - "0.10"
9
10script:
11 - npm test
12
13after_success:
14 - npm install -g istanbul
15 - npm install coveralls
16 - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
17
\No newline at end of file