Files
js-practice/.travis.yml
2020-04-28 18:36:18 +08:00

7 lines
77 B
YAML

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