From 8db65c59ea9365029091fc01a4104acead331d26 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Tue, 7 Jul 2020 22:06:34 +0200 Subject: [PATCH] new travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 66494d0d..f8136a7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,4 @@ before_script: - sudo apt-get install -y libfcgi-dev - ./test/travis/before_script.sh script: - - ./configure --with-restconf=fcgi && make && sudo make install - - ./configure --with-restconf=event && make && sudo make install + - ./configure --with-restconf=evhtp && make && sudo make install