1
0
Fork 0
freesewing/packages/plugin-validate/.travis.yml

9 lines
127 B
YAML

language: node_js
node_js:
- "node"
install:
- npm install
- npm run build
script:
- npm run test
- npm run coverage