Skip to content

Commit 37fe7a9

Browse files
authored
Merge pull request #1 from chimeraphp/use-dev-infection
Use development version of infection/infection
2 parents 4c5543c + 3d07f10 commit 37fe7a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
allow_failures:
2424
- php: nightly
2525
- env: STATIC_ANALYSIS=1
26+
- env: MUTATION_TESTS=1
2627

2728
include:
2829
- stage: Code Quality

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"doctrine/coding-standard": "^4.0",
22-
"infection/infection": "^0.8",
22+
"infection/infection": "dev-master@dev",
2323
"phpstan/phpdoc-parser": "^0.3@dev",
2424
"phpstan/phpstan": "^0.10@dev",
2525
"phpstan/phpstan-phpunit": "^0.10@dev",

0 commit comments

Comments
 (0)