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 7cf390d11e69f6b677e6fbfd6414944737406fc3 (commit) from 61a5edca59780fc2a4a0e656e09738145892a3a0 (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 7cf390d11e69f6b677e6fbfd6414944737406fc3 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Tue Jun 13 18:09:45 2017 +0300
travis: add dependency of autoconf-archive
autoconf-archive dependency was added with gcc 7 req. This also need to be in .travis.
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Reviewed-by: Brian Brooks brian.brooks@arm.com
diff --git a/.travis.yml b/.travis.yml index a7ad2a74..669695d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ addons: packages: - gcc - clang-3.8 - - automake autoconf libtool libssl-dev graphviz mscgen doxygen + - automake autoconf autoconf-archive libtool libssl-dev graphviz mscgen doxygen - libpcap-dev # coverity_scan: # project:
-----------------------------------------------------------------------
Summary of changes: .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive