UNPKG

106 BYAMLView Raw
1language: node_js
2
3node_js:
4 - "0.10"
5 - "0.12"
6 - iojs
7
8after_success: npm run coveralls
9
10sudo: false