Skip to content

Commit

Permalink
Merge pull request #57 from carbonfive/dialyzer-ci
Browse files Browse the repository at this point in the history
dialyzer in ci
  • Loading branch information
outofambit authored Apr 6, 2018
2 parents ae0578a + e583b4b commit 9a3414b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- dialyzer-{{ checksum "mix.lock" }}-v1
- run: mix local.hex --force
- run: mix local.rebar
- run: mix deps.get
- run: mix ecto.create
- run: mix test
- run: mix dialyzer
- save_cache:
key: dialyzer-{{ checksum "mix.lock" }}-v1
paths:
- _build/dev/

0 comments on commit 9a3414b

Please sign in to comment.