Update .travis.yml

This commit is contained in:
ngoyal 2014-03-06 15:57:56 -05:00
parent 4144228e7d
commit 8448f51557
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ compiler:
- clang - clang
before_script: before_script:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install libunbound-dev libldns-dev libidn11-dev check - sudo apt-get install libunbound-dev libldns-dev libidn11-dev check libevent-dev
script: script:
- ./configure - ./configure
- make - make