Skip to content

Commit

Permalink
minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Aug 6, 2020
1 parent 2e0b3f9 commit 012754f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ before_install:
- composer update -n

script:
- set -e
- ./vendor/bin/phpcs -v --standard=PSR12 src tests/unit
- ./vendor/bin/phpunit
1 change: 0 additions & 1 deletion tests/unit/ExponentialBackoffTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ public function dataDelays(): array
* @covers \CrowdStar\Backoff\ExponentialBackoff::run()
* @covers \CrowdStar\Backoff\ExponentialBackoff::getTimeoutSeconds()
* @covers \CrowdStar\Backoff\ExponentialBackoff::getTimeoutMicroseconds()
* @group c
*/
public function testDelays(ExponentialBackoff $backoff, float $expectedMin, float $expectedMax, string $message)
{
Expand Down

0 comments on commit 012754f

Please sign in to comment.