UNPKG

190 BYAMLView Raw
1language: node_js
2node_js:
3 - '4'
4 - '6'
5script:
6 - 'npm run lint'
7 - 'npm test'
8after_success:
9 - './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'