Skip to content

Commit

Permalink
Add Travis CI support
Browse files Browse the repository at this point in the history
  • Loading branch information
paravoid committed Aug 29, 2013
1 parent 5e90eed commit 26b1c26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: c
compiler:
- gcc
- clang
script: ./autogen.sh && ./configure --disable-silent-rules && make && make test
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq ragel libev-dev libcap-dev liburcu-dev libsocket6-perl libio-socket-inet6-perl libwww-perl libhttp-daemon-perl geoip-database

0 comments on commit 26b1c26

Please sign in to comment.