X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=.travis.yml;h=03d9dded2e526a36dfd3630f7b5cbba073824360;hp=435669bcb691775ff350f09d43cd747c073165c2;hb=a349e06f0c4e2c853eced8a2621f52ee712b6e0c;hpb=42a7c90f4478e98dc970927cfda7ec2e1081f364 diff --git a/.travis.yml b/.travis.yml index 435669bc..03d9dded 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ language: c before_install: - sudo apt-get update -qq - sudo apt-get install -qq --no-install-recommends + iptables-dev libatasmart-dev libcap-dev libcurl4-gnutls-dev @@ -52,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"