Disable Flow on AppVeyor

This commit is contained in:
Dan Abramov
2017-11-29 14:38:52 +00:00
committed by GitHub
parent bc21578fad
commit 9e07008df5

View File

@@ -30,7 +30,7 @@ install:
test_script:
- node --version
- yarn lint
- yarn flow
# - yarn flow (TODO: investigate why it fails on Windows)
- yarn build
- yarn test