Browse Source

Update circle.yml

coverage-test
Diana Shkolnikov 9 years ago
parent
commit
88b14301bc
  1. 3
      circle.yml

3
circle.yml

@ -4,6 +4,9 @@ machine:
node:
version: 0.12.2
test:
post:
- npm run coverage
deployment:
dev:
branch: master

Loading…
Cancel
Save