Code

src/daemon/common.c: Rewrite check_capability() using cap_get_bound().
[collectd.git] / .travis.yml
index b20d9a3141f90446a9189bfe4f1d998433426b9a..03d9dded2e526a36dfd3630f7b5cbba073824360 100644 (file)
@@ -53,4 +53,4 @@ before_install:
       perl
       protobuf-c-compiler
       python-dev
-script: sh build.sh && ./configure && make distcheck
+script: sh build.sh && ./configure --with-python=/usr/bin/python && make distcheck DISTCHECK_CONFIGURE_FLAGS="--with-python=/usr/bin/python"