summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-09-12 15:33:46 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-09-13 14:35:33 +0200
commit4fc3bdb45c69e84803e7ad6d9cadafc1c908adcf (patch)
treedd8c9afb5918bb10c067782d49204f572e5873b3 /.travis.yml
parent7e1443746b560b75ef68e600a0a5e2b389d1905b (diff)
downloadNetworkManager-4fc3bdb45c69e84803e7ad6d9cadafc1c908adcf.tar.gz
travis: enabling building more optional components during CI with meson
After fixing meson build for these components, enable them for build in travis. (cherry picked from commit 0dda7586e4ec3a35031ad2578821d056d99103f1)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0458b63c53..1bf7e8d515 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -104,8 +104,9 @@ script:
-D ofono=true \
-D teamdctl=false \
\
- -D dhcpcanon=/bin/true \
- -D dhclient=/bin/true \
+ -D dhclient=/bin/nowhere/dhclient \
+ -D dhcpcanon=/bin/nowhere/dhcpcanon \
+ -D dhcpcd=/bin/nowhere/dhcpd \
\
-D netconfig=true \
-D resolvconf=true \