print only stderr on building dpdk to have log more
readable for odp things.

Signed-off-by: Maxim Uvarov <[email protected]>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 3283e02..cb8484f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,7 @@ before_install:
         - pushd ${TARGET}
         - sed -ri 's,(CONFIG_RTE_LIBRTE_PMD_PCAP=).*,\1y,' .config
         - popd
-        - make install T=${TARGET} EXTRA_CFLAGS="-fPIC"
+        - make install T=${TARGET} EXTRA_CFLAGS="-fPIC" > /dev/null
         - popd
 
 script:
-- 
2.7.1.250.gff4ea60

Reply via email to