UNPKG

186 BYAMLView Raw
1language: node_js
2os:
3 - linux
4 - osx
5 # - windows
6node_js:
7 - '12'
8 - '10'
9after_success:
10 - './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'