renovate/circle.yml

27 lines
394 B
YAML

machine:
node:
version: 6.11
dependencies:
pre:
- npm i -g yarn
- yarn --version
override:
- yarn install --frozen-lockfile
cache_directories:
- ~/.cache
- ~/.yarn
- .cache
test:
override:
- yarn test
post:
- bash <(curl -s https://codecov.io/bash)
deployment:
npm:
branch: master
commands:
- yarn run semantic-release || true