From ae8ecb9af030e3fb801dfc9500677165959e8cfc Mon Sep 17 00:00:00 2001 From: ngoyal Date: Thu, 6 Mar 2014 15:59:22 -0500 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e07e48fa..7e2ee95a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ before_script: - sudo apt-get update - sudo apt-get install libunbound-dev libldns-dev libidn11-dev check libevent-dev script: - - ./configure + - ./configure --with-libevent - make - sudo make install - make test