diff options
Diffstat (limited to 'travis/ext/curl/setup.sh')
-rwxr-xr-x | travis/ext/curl/setup.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/travis/ext/curl/setup.sh b/travis/ext/curl/setup.sh index 74dad16eb3..02e8ce5bb8 100755 --- a/travis/ext/curl/setup.sh +++ b/travis/ext/curl/setup.sh @@ -1,5 +1,5 @@ #!/bin/bash -export PHP_CURL_HTTP_REMOTE_SERVER="http://localhost" +export PHP_CURL_HTTP_REMOTE_SERVER="http://localhost:8080" cd ./ext/curl/tests/responder -sudo php -S localhost:80 & -cd -
\ No newline at end of file +php -S localhost:8080 & +cd - |