mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 22:29:06 +00:00
528112bc47
All promise syntax has been replaced with async/await. `renovate` is now transpiled with `babel` to a `dist/` folder, which is the target of `main` and `start` in `package.json` now. `renovate` can be run in `node.js` v7 without transpilation using `npm run start-raw` Closes #77
11 lines
158 B
YAML
11 lines
158 B
YAML
machine:
|
|
node:
|
|
version: 6.9
|
|
|
|
test:
|
|
pre:
|
|
- npm run eslint
|
|
override:
|
|
- npm run istanbul
|
|
post:
|
|
- bash <(curl -s https://codecov.io/bash)
|