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

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Feb 14, 2019
1 parent 04c5434 commit 7020c5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ php:
- 7.2
- 7.3

env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""

before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
- travis_retry composer update --no-interaction

script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
Expand Down
1 change: 0 additions & 1 deletion tests/ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public function testDump()
$process->start(function ($type, $buffer) use ($process, &$dumped, $connection) {
if (Process::ERR === $type) {
$process->stop();
dd($buffer);
$this->fail();
} elseif ("READY\n" === $buffer) {
usleep(5000);
Expand Down

0 comments on commit 7020c5f

Please sign in to comment.