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 e27facb commit d730acdCopy full SHA for d730acd
.travis.yml
@@ -10,7 +10,6 @@ php:
10
- 7.2
11
- 7.3
12
- 7.4
13
- - 8.0
14
15
env:
16
global:
@@ -40,7 +39,6 @@ before_script:
40
39
script:
41
- cd ./tests/server/ssl && ./generate.sh && pwd && ls -la && cd ../../../
42
- $TEST_COMMAND
43
- - ./vendor/bin/phpunit tests/SocketClientFeatureTest.php --printer Http\\Client\\Tests\\FeatureTestListener || echo ""
44
45
after_success:
46
- if [[ "$COVERAGE" = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
0 commit comments