js-practice/.travis.yml

7 lines
77 B
YAML

language: node_js
node_js:
- 13
script:
- yarn test
- yarn coverage:ci