UNPKG

201 BYAMLView Raw
1language: node_js
2cache: yarn
3install:
4 - yarn install
5script: CI=true yarn test:travis
6after_success:
7 - cat ./coverage/lcov.info|./node_modules/coveralls/bin/coveralls.js
8node_js:
9 - "node"