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

Commit f3b04ec

Browse files
committed
Use short server command
1 parent 8a6b261 commit f3b04ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ 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 > /dev/null 2>&1 &
24+
25+
before_script:
26+
- vendor/bin/http_test_server > /dev/null 2>&1 &
2527

2628
script: vendor/bin/phpunit ${PHPUNIT_FLAGS}
2729

0 commit comments

Comments
 (0)