Skip to content

Commit

Permalink
Run dialyzer on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrobins committed Sep 18, 2018
1 parent 8fc0fc7 commit 4d9e2ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ otp_release:
env:
- MIX_ENV=test
script:
- "mix do deps.get, compile, test"
- "mix do deps.get, deps.compile, compile, test"
- "mix dialyzer --halt-exit-status --format term"
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ defmodule Forcex.Mixfile do
{:excoveralls, "~> 0.5", only: :test},
{:ex_doc, "~> 0.11", only: :dev},
{:earmark, "~> 1.1", only: :dev, override: true},
{:dialyxir, "~> 1.0.0-rc.3", only: :dev, runtime: false},
{:dialyxir, "~> 1.0.0-rc.3", only: [:dev, :test], runtime: false},
{:mox, "~> 0.3", only: :test},
{:mix_test_watch, "~> 0.5", only: [:dev, :test], runtime: false},
{:html_entities, "~> 0.4"}
Expand Down

0 comments on commit 4d9e2ed

Please sign in to comment.