UNPKG

209 BYAMLView Raw
1language: node_js
2node_js:
3 - "4"
4 - "6"
5 - "7"
6
7cache: yarn
8matrix:
9 fast_finish: true
10
11after_success:
12 - yarn add coveralls
13 - yarn run coverage -- --reporter=text-lcov | ./node_modules/.bin/coveralls
14
\No newline at end of file