Skip to content

Commit

Permalink
Run dialyzer in Travis CI job
Browse files Browse the repository at this point in the history
dmitrivereshchagin committed Jul 20, 2020
1 parent 85c7a70 commit 8ed8078
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: erlang
sudo: false
script: "make && make test"
before_script: make
script:
- make dialyze
- make test
otp_release:
- 17.5
- 18.3

0 comments on commit 8ed8078

Please sign in to comment.