aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a875a2a..b2631e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,3 +5,7 @@ elixir:
otp_release:
- 18.3
- 19.0
+
+script:
+ - MIX_ENV=dev mix do deps.get, dialyzer.plt, dialyzer
+ - MIX_ENV=test mix do deps.get, test