# safelist branches: only: - master jobs: - language: c - os: linux - arch: amd64 - dist: bionic - before_script: - sudo apt-get install -y libfcgi-dev - ./test/travis/before_script.sh - script: ./configure --with-restconf=fcgi && make && sudo make install jobs: - language: c - os: linux - arch: amd64 - dist: xenial - before_script: - ./test/travis/before_script.sh - script: ./configure --with-restconf=evhtp && make && sudo make install