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 c175ae14ed7122dce26e89a4fc464eba7208bb22 (commit) from ea529e1c3312459b6722c8a175d7f03ad0251a0a (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 c175ae14ed7122dce26e89a4fc464eba7208bb22 Author: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Date: Mon Feb 12 18:45:22 2018 +0300
travis: add two tests using DPDK version 17.11
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 e36c7bcb..5fbb42c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,6 +59,8 @@ env: - CONF="--enable-dpdk-zero-copy" - CONF="--disable-static-applications" - DPDK_SHARED="y" CONF="--disable-static-applications" + - DPDK_VERS="17.11" CONF="" + - DPDK_VERS="17.11" DPDK_SHARED="y" CONF="--disable-static-applications"
compiler: - gcc
-----------------------------------------------------------------------
Summary of changes: .travis.yml | 2 ++ 1 file changed, 2 insertions(+)
hooks/post-receive