Skip to content

Commit

Permalink
Run dialyzer on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Apr 16, 2018
1 parent c561d45 commit 2deba41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ node_js: 9.5.0

cache:
directories:
- _build
- deps
- _build
- deps
- .plts

# Make sure PostgreSQL is running
addons:
Expand Down
3 changes: 3 additions & 0 deletions priv/scripts/ci-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ run mix format --dry-run --check-formatted
header "API code lint…"
run mix credo --strict

header "API dialyzer…"
run mix dialyzer --plt

header "Webapp code auto-formatting…"
run npm --prefix webapp run prettier-check

Expand Down

0 comments on commit 2deba41

Please sign in to comment.