Adding travis.yml for continuous build

This commit is contained in:
Neel Goyal 2014-02-18 17:45:18 -05:00
parent c11509cf41
commit 955be308d5
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: c
compiler:
- gcc
- clang
before_script:
- sudo apt-get update
- sudo apt-get install libunbound-dev libldns-dev libidn11-dev check
script:
- ./configure && make && sudo make install
- make test