From 6375c546798d24bfcaf1dbdf4691c9e9915caa31 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sat, 22 Oct 2016 11:48:45 +0200 Subject: [PATCH] travis: build additional settings plugin in travis-ci Although the build environment is Ubuntu, we still can build the non-native settings plugins to test the build. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 44e5e0a247..798db66971 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ before_install: - sudo apt-get install libnl-3-dev libndp-dev automake script: | - sh autogen.sh --with-systemd-logind=no --enable-more-warnings=no && + sh autogen.sh --with-systemd-logind=no --enable-more-warnings=no --enable-ifcfg-rh --enable-ifupdown --enable-ifnet --enable-tests && make -j4 && ./contrib/travis/travis-check.sh