aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2017-11-28 14:54:54 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-12-04 23:48:04 +0300
commit811281a22b6274b7f41b926a9cfbe09e48a366bd (patch)
treeafee9dae4778cb4664ed35937db68fd8e4a5dbd6 /.travis.yml
parent5329e5211c447b9b823149baf76112eedfeb07fb (diff)
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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b5c1b6417..976f07639 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"