new travis

This commit is contained in:
Olof hagsand 2020-07-07 22:06:34 +02:00
parent 2a9fb60267
commit 8db65c59ea

View file

@ -9,5 +9,4 @@ before_script:
- sudo apt-get install -y libfcgi-dev - sudo apt-get install -y libfcgi-dev
- ./test/travis/before_script.sh - ./test/travis/before_script.sh
script: script:
- ./configure --with-restconf=fcgi && make && sudo make install - ./configure --with-restconf=evhtp && make && sudo make install
- ./configure --with-restconf=event && make && sudo make install