Skip to content

Commit

Permalink
Merge pull request collectd#1196 from rubenk/travis
Browse files Browse the repository at this point in the history
Travis
  • Loading branch information
pyr committed Aug 4, 2015
2 parents 71478cd + 7b98c95 commit caf9ddf
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
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 && make check
script: sh build.sh && ./configure && make distcheck

0 comments on commit caf9ddf

Please sign in to comment.