GT2/GT2-iOS/node_modules/auth0/circle.yml

16 lines
314 B
YAML

machine:
node:
version: v6.10.0
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
override:
- yarn install --pure-lockfile
cache_directories:
- ~/.cache/yarn
test:
override:
- yarn check
- yarn test:ci
post:
- yarn test:coverage