From: Ruben Kerkhof Date: Tue, 4 Aug 2015 08:33:39 +0000 (+0200) Subject: Travis: add some whitelisted packages X-Git-Tag: collectd-5.6.0~619^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=7b98c955e65ede8ef10185fac2e91544a0d459e6;p=collectd.git Travis: add some whitelisted packages The list is at https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise --- diff --git a/.travis.yml b/.travis.yml index 0fd9d87c..09adb4d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,24 @@ sudo: false compiler: - gcc - clang +addons: + apt: + packages: + - iptables-dev + - libcap-dev + - libdbi-dev + - libhiredis-dev + - libnfnetlink-dev + - libnotify-dev + - libpcap-dev + - libperl-dev + - libprotobuf-c0-dev + - librrd-dev + - libsnmp-dev + - libudev-dev + - libvarnishapi-dev + - libyajl-dev + - linux-libc-dev + - protobuf-c-compiler language: c script: sh build.sh && ./configure && make distcheck