diff options
author | Björn Gustavsson <[email protected]> | 2016-11-29 13:04:57 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2016-11-29 13:04:57 +0100 |
commit | 46702bf0a9bab4a2a2ddce93e7e263b126ad9dcc (patch) | |
tree | f5418bbb23887a49c5c18a123a5704bf73a481fc | |
parent | 9f53c8b543488438551061218fb276bbe41c925f (diff) | |
parent | 0033c868488b2583be7ab4661fcd93f86e0dc96e (diff) | |
download | otp-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.yml | 4 |
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: |