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