Skip to content

Commit

Permalink
Disable Flow on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Nov 29, 2017
1 parent bc21578 commit 9e07008
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
# - yarn flow (TODO: investigate why it fails on Windows)
- yarn build
- yarn test

Expand Down

0 comments on commit 9e07008

Please sign in to comment.