language: c # safelist os: linux arch: amd64 branches: only: - master script: ./test/travis/script.sh before_script: - sudo apt-get install -y libfcgi-dev - sudo apt-get install -y nginx - ./test/travis/before_script.sh