UNPKG

218 BYAMLView Raw
1language: node_js
2node_js:
3 - "5"
4 - "5.1"
5 - "4"
6 - "4.2"
7 - "4.1"
8 - "4.0"
9after_success:
10 - istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec
11 - ./node_modules/.bin/codecov
12 - rm -rf /test/coverage