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

Commit d49b725

Browse files
committed
Launch http server before test in travis
1 parent e506615 commit d49b725

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ install:
3636
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
3737
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
3838

39+
before_script:
40+
- vendor/bin/http_test_server > /dev/null 2>&1 &
41+
3942
script:
4043
- $TEST_COMMAND
4144

0 commit comments

Comments
 (0)