This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via c90cbf70a08d8d7124af226086e0525bcf4a9e50 (commit) from 70f5c00a0713856daae879ebe3652d44c5d783f2 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit c90cbf70a08d8d7124af226086e0525bcf4a9e50 Author: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Date: Fri Feb 2 04:04:41 2018 +0300
travis: install codespell
Install codespell to let checkpatch find typical typos.
Signed-off-by: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/.travis.yml b/.travis.yml index 0f246198..09bb16f0 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:
-----------------------------------------------------------------------
Summary of changes: .travis.yml | 1 + 1 file changed, 1 insertion(+)
hooks/post-receive