if [[ "${TRAVIS_PHP_VERSION}" == "5.3" ]]; then sudo add-apt-repository -y ppa:nginx/development sudo apt-get update sudo apt-get install -y nginx sudo apt-get install -y php5-fpm root="$(pwd)/tests/PHPCurlClass" sudo tee /etc/nginx/sites-enabled/default <