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.
2 parents 6aaedfa + ed109d6 commit 052d4d4Copy full SHA for 052d4d4
.travis.yml
@@ -11,7 +11,7 @@ jobs:
11
- php: 7.1
12
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
13
- php: 7.2
14
- env: COVERAGE=true DEPENDENCIES="leanphp/phpspec-code-coverage phpspec/phpspec:^4.2"
+ env: COVERAGE=true DEPENDENCIES="friends-of-phpspec/phpspec-code-coverage:^4.3 phpspec/phpspec:^5.1"
15
script:
16
- composer test-ci
17
after_success:
phpspec.ci.yml
@@ -4,7 +4,7 @@ suites:
4
psr4_prefix: Http\Client\Common
5
formatter.name: pretty
6
extensions:
7
- LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension: ~
+ FriendsOfPhpSpec\PhpSpec\CodeCoverage\CodeCoverageExtension: ~
8
code_coverage:
9
format: clover
10
output: build/coverage.xml
0 commit comments