From b655d56fb48628b9326b8782e12016a72503d5e7 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Tue, 7 Jul 2020 22:59:56 +0200 Subject: [PATCH] new travis --- .travis.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index a3516436..4c040b46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,11 @@ +language: c # safelist +os: linux +arch: amd64 branches: only: - master -language: c -os: linux -arch: amd64 -script: ./configure --with-restconf=evhtp && make && sudo make install +script: ./configure --with-restconf=fcgi && make && sudo make install && make test before_script: - - sudo apt-get install -y libevent-dev cmake libssl openssl libssl-dev + - sudo apt-get install -y libfcgi-dev - ./test/travis/before_script.sh - - ./test/travis/build_evhtp.sh