summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bbf1c02)
raw | patch | inline | side by side (parent: bbf1c02)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Tue, 4 Aug 2015 08:33:39 +0000 (10:33 +0200) | ||
committer | Ruben 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 | patch | blob | history |
diff --git a/.travis.yml b/.travis.yml
index 0fd9d87c061e8227b772ff51300fe7225d049689..09adb4d9a5e79b8c404365f9c0dc045c001e5c73 100644 (file)
--- a/.travis.yml
+++ b/.travis.yml
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