react-native-fast-image/circle.yml

14 lines
211 B
YAML
Raw Normal View History

2017-04-17 23:55:56 +00:00
machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
override:
- yarn
cache_directories:
- ~/.cache/yarn
test:
override:
- yarn test