react-native-fast-image/circle.yml

11 lines
162 B
YAML

version: 2
jobs:
build:
docker:
- image: node:9.2.0
working_directory: ~/app
steps:
- checkout
- run: yarn
- run: yarn test