From: Ruben Kerkhof Date: Fri, 9 Dec 2016 17:34:42 +0000 (+0100) Subject: travis.yml: remove unrecognized option X-Git-Tag: collectd-5.8.0~275 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c16a39e78325d0f670aa69d1574f25424b4174e5;p=collectd.git travis.yml: remove unrecognized option configure: WARNING: unrecognized options: --with-python --- diff --git a/.travis.yml b/.travis.yml index 03d9dded..b20d9a31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,4 +53,4 @@ before_install: perl protobuf-c-compiler python-dev -script: sh build.sh && ./configure --with-python=/usr/bin/python && make distcheck DISTCHECK_CONFIGURE_FLAGS="--with-python=/usr/bin/python" +script: sh build.sh && ./configure && make distcheck