Skip to content

Commit

Permalink
Enable dialyzer in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kpanic committed Sep 21, 2019
1 parent d4d7369 commit a15eb3c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ services:
- postgresql
language: elixir
elixir:
- 1.9.1
- 1.8.2
otp_release:
- '21.3'
script:
- mix test
- "travis_wait 30 mix dialyzer --plt"
- mix dialyzer --halt-exit-status
cache:
- directories:
- .dialyzer

0 comments on commit a15eb3c

Please sign in to comment.