Skip to content

Commit

Permalink
check code format in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesmg committed Jun 17, 2021
1 parent 1b154f7 commit a773188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ matrix:
otp_release: 20.3.8.22

script:
- mix format --check-formatted
- mix test
- if [ "$SKIP_DIALYZER" != "true" ]; then mix dialyzer; fi

Expand Down

0 comments on commit a773188

Please sign in to comment.