Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 60668b6

Browse files
committed
Fix PHP web server run
1 parent 2b3b65d commit 60668b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ matrix:
2121
install:
2222
- travis_retry composer self-update
2323
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-source --no-interaction
24-
- php -S 127.0.0.1:10000 -t vendor/php-http/adapter-integration-tests/fixture
24+
- php -S 127.0.0.1:10000 -t vendor/php-http/adapter-integration-tests/fixture > /dev/null 2>&1 &
2525

2626
script: vendor/bin/phpunit ${PHPUNIT_FLAGS}
2727

0 commit comments

Comments
 (0)