Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

Commit 14e1a25

Browse files
authored
Make Flow check deterministic (#5)
1 parent 958c0f1 commit 14e1a25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: yarn build
3131
# Test source (with cross-package coverage)
3232
- run: yarn link-entries src
33-
- run: yarn flow --retries 12
33+
- run: yarn flow check
3434
- run: yarn lint
3535
- run: yarn test:unit --maxWorkers=1 --coverage
3636
- run: yarn codecov

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ script:
1515
- yarn build
1616
# Test source (with cross-package coverage)
1717
- yarn link-entries src
18-
- yarn flow --retries 12
18+
- yarn flow check
1919
- yarn lint
2020
- yarn test:unit --maxWorkers=2 --coverage
2121
- yarn codecov

0 commit comments

Comments
 (0)