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