1
0
Fork 0
freesewing/.travis.yml
2018-08-13 10:29:39 +02:00

9 lines
131 B
YAML

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