react-native-fast-image/circle.yml

11 lines
162 B
YAML
Raw Normal View History

2017-11-29 04:37:46 +00:00
version: 2
jobs:
build:
docker:
- image: node:9.2.0
working_directory: ~/app
steps:
- checkout
- run: yarn
- run: yarn test