Temporarily disable Flow on AppVeyor

I think it runs out of memory. I’ll reenable if we can bump the limit.
This commit is contained in:
Dan Abramov 2018-05-19 13:54:44 +01:00 committed by GitHub
parent 47b003a828
commit 397d6115b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ install:
test_script: test_script:
- node --version - node --version
- yarn lint - yarn lint
- yarn flow-ci # - yarn flow-ci (seems like we need more memory for it)
- yarn build - yarn build
- yarn test - yarn test
- yarn prettier - yarn prettier