Skip to content

Commit 4f1f909

Browse files
authored
Disable Flow on AppVeyor again
It runs out of memory.
1 parent 8aeea5a commit 4f1f909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install:
3030
test_script:
3131
- node --version
3232
- yarn lint
33-
- yarn flow-ci
33+
# - yarn flow-ci
3434
- yarn build
3535
- yarn test
3636
- yarn prettier

0 commit comments

Comments
 (0)