Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 6ebb7f4

Browse files
committed
run dialyzer on each build
1 parent e4e37ac commit 6ebb7f4

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.travis.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
language: elixir
22
otp_release:
3-
- 20.1
4-
- 20.2
53
- 20.3
64
elixir:
7-
- 1.4.5
8-
- 1.5.3
9-
- 1.6.4
5+
- 1.4
6+
- 1.5
7+
- 1.6
8+
cache:
9+
directories:
10+
- /home/travis/.mix
11+
before_script:
12+
- mix dialyzer --plt
13+
script:
14+
- mix test
15+
- mix dialyzer --halt-exit-status --no-check
1016
after_script:
1117
- MIX_ENV=dev mix deps.get
1218
- MIX_ENV=dev mix inch.report

0 commit comments

Comments
 (0)