documentation/circle.yml
2017-08-12 14:25:34 -07:00

9 lines
137 B
YAML

machine:
node:
version: 4
test:
override:
- npm run test-ci
post:
- ./node_modules/.bin/coveralls < coverage/lcov.info