Update .travis.yml

This commit is contained in:
ngoyal 2014-03-06 15:59:22 -05:00
parent 8448f51557
commit ae8ecb9af0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ before_script:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install libunbound-dev libldns-dev libidn11-dev check libevent-dev - sudo apt-get install libunbound-dev libldns-dev libidn11-dev check libevent-dev
script: script:
- ./configure - ./configure --with-libevent
- make - make
- sudo make install - sudo make install
- make test - make test