From: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>

Install codespell to let checkpatch find typical typos.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>
---
/** Email created from pull request 448 (lumag:codespell)
 ** https://github.com/Linaro/odp/pull/448
 ** Patch: https://github.com/Linaro/odp/pull/448.patch
 ** Base sha: b95ccd3db6eeb7358a877541747e06354429acdd
 ** Merge commit sha: 95f01a000fda6fbfee08d9f24761e15db208cbb7
 **/
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index b7d6cd415..5a51c17a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ addons:
                         - gcc
                         - clang-3.8
                         - automake autoconf libtool libssl-dev graphviz mscgen
+                        - codespell
                         - libpcap-dev
                         - libnuma-dev
 #        coverity_scan:

Reply via email to