Travis: add some whitelisted packages
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 4 Aug 2015 08:33:39 +0000 (10:33 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 4 Aug 2015 10:11:00 +0000 (12:11 +0200)
The list is at https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise

.travis.yml

index 0fd9d87..09adb4d 100644 (file)
@@ -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