Merge branch 'feature/travis' into develop

This commit is contained in:
Neel Goyal 2014-02-18 18:43:34 -05:00
commit ab06744f1b
1 changed files with 12 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
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