Skip to content

Commit

Permalink
Temporarily disable Flow on AppVeyor
Browse files Browse the repository at this point in the history
I think it runs out of memory. I’ll reenable if we can bump the limit.
  • Loading branch information
gaearon authored May 19, 2018
1 parent 47b003a commit 397d611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install:
test_script:
- node --version
- yarn lint
- yarn flow-ci
# - yarn flow-ci (seems like we need more memory for it)
- yarn build
- yarn test
- yarn prettier
Expand Down

0 comments on commit 397d611

Please sign in to comment.