mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-26 12:49:49 +00:00
11 lines
156 B
YAML
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)
|