X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=.travis.yml;h=b20d9a3141f90446a9189bfe4f1d998433426b9a;hb=c16a39e78325d0f670aa69d1574f25424b4174e5;hp=03d9dded2e526a36dfd3630f7b5cbba073824360;hpb=d0408cb0dbef15d739a6b1cd047e9c94d7643329;p=collectd.git 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