Skip to content

Commit d730acd

Browse files
committed
Remove feature test and 8.0 php version
1 parent e27facb commit d730acd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ php:
1010
- 7.2
1111
- 7.3
1212
- 7.4
13-
- 8.0
1413

1514
env:
1615
global:
@@ -40,7 +39,6 @@ before_script:
4039
script:
4140
- cd ./tests/server/ssl && ./generate.sh && pwd && ls -la && cd ../../../
4241
- $TEST_COMMAND
43-
- ./vendor/bin/phpunit tests/SocketClientFeatureTest.php --printer Http\\Client\\Tests\\FeatureTestListener || echo ""
4442

4543
after_success:
4644
- if [[ "$COVERAGE" = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi

0 commit comments

Comments
 (0)