travis.yml: remove unrecognized option
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 9 Dec 2016 17:34:42 +0000 (18:34 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 9 Dec 2016 17:34:42 +0000 (18:34 +0100)
configure: WARNING: unrecognized options: --with-python

.travis.yml

index 03d9dde..b20d9a3 100644 (file)
@@ -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