aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-11-29 13:04:57 +0100
committerGitHub <[email protected]>2016-11-29 13:04:57 +0100
commit46702bf0a9bab4a2a2ddce93e7e263b126ad9dcc (patch)
treef5418bbb23887a49c5c18a123a5704bf73a481fc
parent9f53c8b543488438551061218fb276bbe41c925f (diff)
parent0033c868488b2583be7ab4661fcd93f86e0dc96e (diff)
downloadotp-46702bf0a9bab4a2a2ddce93e7e263b126ad9dcc.tar.gz
otp-46702bf0a9bab4a2a2ddce93e7e263b126ad9dcc.tar.bz2
otp-46702bf0a9bab4a2a2ddce93e7e263b126ad9dcc.zip
Merge pull request #1260 from bjorng/bjorn/travis-dialyzer
Travis: Generate dialyzer warnings for more applications
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 43bf0c7fb5..01586b8ccb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,6 +37,10 @@ after_success:
- $ERL_TOP/bin/dialyzer -n -Wunknown -Wunmatched_returns --apps asn1 crypto dialyzer --statistics
- $ERL_TOP/bin/dialyzer -n -Wunknown -Wunmatched_returns --apps hipe parsetools public_key --statistics
- $ERL_TOP/bin/dialyzer -n -Wunknown -Wunmatched_returns --apps runtime_tools sasl tools --statistics
+ - $ERL_TOP/bin/dialyzer -n --apps common_test debugger edoc --statistics
+ - $ERL_TOP/bin/dialyzer -n --apps inets mnesia observer --statistics
+ - $ERL_TOP/bin/dialyzer -n --apps ssh ssl syntax_tools --statistics
+ - $ERL_TOP/bin/dialyzer -n --apps tools wx xmerl --statistics
- ./otp_build tests && make release_docs
after_script: