From c16a39e78325d0f670aa69d1574f25424b4174e5 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 9 Dec 2016 18:34:42 +0100 Subject: [PATCH] travis.yml: remove unrecognized option configure: WARNING: unrecognized options: --with-python --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0