1
0
Fork 0
freesewing/packages/plugin-theme/.travis.yml
2019-04-19 08:22:56 +02:00

9 lines
127 B
YAML

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