We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3fb03 commit bd5b951Copy full SHA for bd5b951
.travis.yml
@@ -31,6 +31,8 @@ before_install:
31
install:
32
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-source --no-interaction
33
34
+before_script: vendor/bin/http_test_server > /dev/null 2>&1 &
35
+
36
script:
37
- $TEST_COMMAND
38
0 commit comments