0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-26 12:49:49 +00:00
renovatebot_renovate/circle.yml
2017-01-15 21:51:35 +01:00

11 lines
156 B
YAML

machine:
node:
version: 6
test:
pre:
- npm run eslint
override:
- npm run istanbul
post:
- bash <(curl -s https://codecov.io/bash)