Skip to content

Commit

Permalink
Disable Flow on AppVeyor again
Browse files Browse the repository at this point in the history
It runs out of memory.
  • Loading branch information
gaearon committed May 29, 2018
1 parent 8aeea5a commit 4f1f909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -30,7 +30,7 @@ install:
test_script:
- node --version
- yarn lint
- yarn flow-ci
# - yarn flow-ci
- yarn build
- yarn test
- yarn prettier
Expand Down

0 comments on commit 4f1f909

Please sign in to comment.