Skip to content

Commit

Permalink
run 'yarn test' in defintions, which enforces eslint rules (flow-type…
Browse files Browse the repository at this point in the history
  • Loading branch information
pcwinters authored and gantoine committed Nov 9, 2017
1 parent 8f69fdb commit c675896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#set -o errexit

cd definitions && \
#yarn install && \
#yarn test && \
yarn install && \
yarn test && \
cd ../cli && \
yarn && \
yarn run flow && \
Expand Down

0 comments on commit c675896

Please sign in to comment.