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 811281a22b6274b7f41b926a9cfbe09e48a366bd (commit) from 5329e5211c447b9b823149baf76112eedfeb07fb (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 811281a22b6274b7f41b926a9cfbe09e48a366bd Author: Matias Elo matias.elo@nokia.com Date: Tue Nov 28 14:54:54 2017 +0200
travis: add enable-deprecated test configuration
Test ODP build with 'enable-deprecated' flag set.
Signed-off-by: Matias Elo matias.elo@nokia.com 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 b5c1b641..976f0763 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,6 +69,7 @@ cache: env: - CONF="" - CONF="--disable-abi-compat" + - CONF="--enable-deprecated" - CONF="--enable-schedule-sp" - CONF="--enable-schedule-iquery" - CONF="--enable-dpdk-zero-copy"
-----------------------------------------------------------------------
Summary of changes: .travis.yml | 1 + 1 file changed, 1 insertion(+)
hooks/post-receive