summaryrefslogtreecommitdiff
path: root/travis/ext/curl/setup.sh
blob: 74dad16eb35bae7a8ee4de237885d4fbbfd2c28a (plain)
1
2
3
4
5
#!/bin/bash
export PHP_CURL_HTTP_REMOTE_SERVER="http://localhost"
cd ./ext/curl/tests/responder
sudo php -S localhost:80 &
cd -