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

10 lines
127 B
YAML
Raw Normal View History

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