Try to reenable Flow on Windows CI

We should have more memory now
This commit is contained in:
Dan Abramov 2018-05-21 18:53:00 +01:00 committed by GitHub
parent dd5fad2961
commit 60853f09f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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