language: c # safelist os: linux arch: amd64 branches: only: - master script: - ./configure --with-restconf=fcgi && make && sudo make install && (cd example; make; sudo make install) && (cd util; make; sudo make install) && (cd test; make all) before_script: - sudo apt install -y libfcgi-dev - sudo apt install -y nginx - - ./test/travis/before_script.sh