diff mbox series

[v1,1/1] travis: add two tests using DPDK version 17.11

Message ID 1518454810-7773-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v1,1/1] travis: add two tests using DPDK version 17.11 | expand

Commit Message

Github ODP bot Feb. 12, 2018, 5 p.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 473 (lumag:travis-dpdk-17.11)
 ** https://github.com/Linaro/odp/pull/473
 ** Patch: https://github.com/Linaro/odp/pull/473.patch
 ** Base sha: 41b3fa2cd994a7ef68290a07dcde5564e4640847
 ** Merge commit sha: a6f31d40a334e5b136b7a498a202918a8d9333ef
 **/
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index e36c7bcb2..5fbb42c4f 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