Enable --halt-exit-status in dialyzer on CI

pull/162/head
Luke Imhoff 7 years ago
parent 35697eef34
commit 7ed078b10a
  1. 2
      .circleci/config.yml

@ -229,7 +229,7 @@ jobs:
paths:
- plts
- run: mix dialyzer
- run: mix dialyzer --halt-exit-status
eslint:
docker:
# Ensure .tool-versions matches

Loading…
Cancel
Save