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 662733c commit 01b15d7Copy full SHA for 01b15d7
.travis.yml
@@ -36,7 +36,7 @@ before_script: vendor/bin/http_test_server > /dev/null 2>&1 &
36
37
script:
38
- $TEST_COMMAND
39
- - ./vendor/bin/phpunit tests/SocketClientFeatureTest.php --printer \Http\Client\Tests\FeatureTestListener || echo ""
+ - ./vendor/bin/phpunit tests/SocketClientFeatureTest.php --printer Http\\Client\\Tests\\FeatureTestListener || echo ""
40
41
after_success:
42
- if [[ "$COVERAGE" = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
0 commit comments