Skip to content

Commit

Permalink
add flow to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo-Marques committed Apr 8, 2018
1 parent 3e40778 commit f8fe3be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

# run flow
- run: yarn flow

# run tests!
- run: yarn test:ci

0 comments on commit f8fe3be

Please sign in to comment.