Skip to content

Commit

Permalink
Make sure the code is formatted on CI (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brujo Benavides authored Feb 19, 2020
1 parent af15945 commit 7078e2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ script:
- rebar3 --version
- erl -version
- rebar3 test
- git --no-pager diff
- if [[ $(git --no-pager diff) ]]; then echo "Your code is not properly formatted, run rebar3 format on it"; exit 999; fi

0 comments on commit 7078e2d

Please sign in to comment.