Improve Travis CI configuration a bit and add PHP7.2 to the test matrix. Add PHPUnit Testdox output and optionally deploy test results on release tags. Add a configuration file for infection (Mutation Testing Framework).
16 lines
249 B
Plaintext
16 lines
249 B
Plaintext
{
|
|
"timeout": 13,
|
|
"source": {
|
|
"directories": [
|
|
"include",
|
|
"Zotlabs"
|
|
]
|
|
},
|
|
"logs": {
|
|
"text": "tests/results/infection-log.txt"
|
|
},
|
|
"phpUnit": {
|
|
"configDir": "tests"
|
|
}
|
|
}
|