travis: disable gtk-doc for meson builds

Introspection can't be enabled on travis due to a GLib bug [1].
Therefore, gtk-doc must be disabled as well.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=774368

(cherry picked from commit 5af7d46be4)
This commit is contained in:
Beniamino Galvani 2018-09-18 15:10:39 +02:00
parent 6a815260db
commit fb432eec25

View file

@ -97,7 +97,7 @@ script:
-D introspection=false \
-D qt=false \
-D crypto=$CRYPTO \
-D docs=true \
-D docs=false \
\
-D libnm_glib=true \
-D iwd=true \