mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 11:48:16 +00:00
Update circle config to 2.0.
This commit is contained in:
parent
d43330eb76
commit
711151df72
23
circle.yml
23
circle.yml
@ -1,13 +1,10 @@
|
||||
machine:
|
||||
environment:
|
||||
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
|
||||
|
||||
dependencies:
|
||||
override:
|
||||
- yarn
|
||||
cache_directories:
|
||||
- ~/.cache/yarn
|
||||
|
||||
test:
|
||||
override:
|
||||
- yarn test
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: node:9.2.0
|
||||
working_directory: ~/app
|
||||
steps:
|
||||
- checkout
|
||||
- run: yarn
|
||||
- run: yarn test
|
||||
|
Loading…
x
Reference in New Issue
Block a user