Add infection configuration

This commit is contained in:
Anton Medvedev 2019-08-08 11:47:27 +03:00
parent 4190e28fcb
commit f891e29817
2 changed files with 16 additions and 0 deletions

View File

@ -8,6 +8,7 @@
- A task to cache the event listeners manifest in Laravel [#1893]
- Added `check_remote_head` option, by setting this to true, deployer will avoid unnecessary new releases by checking the remote git HEAD without cloning the repo [#1755]
## v6.4.6
[v6.4.5...v6.4.6](https://github.com/deployphp/deployer/compare/v6.4.5...v6.4.6)

15
infection.json.dist Normal file
View File

@ -0,0 +1,15 @@
{
"timeout": 10,
"source": {
"directories": [
"recipe",
"src"
]
},
"logs": {
"text": "infection.log"
},
"mutators": {
"@default": true
}
}