Merge pull request #96 from SimonHeimberg/patch-1

fix explication of fixed and broken in doc
This commit is contained in:
Dmitry Khomutov 2017-07-13 07:27:56 +07:00 committed by GitHub
commit 56076ea76e

View file

@ -76,8 +76,8 @@ As mentioned earlier, PHP Censor is powered by plugins, there are several phases
* `failure` - Called upon failure of the `test` phase.
* `fixed` - Called upon success of the `test` phase if the previous build of the branch was a success.
* `fixed` - Called upon success of the `test` phase if the previous build of the branch was a failure.
* `broken` - Called upon failure of the `test` phase if the previous build of the branch was a failure.
* `broken` - Called upon failure of the `test` phase if the previous build of the branch was a success.
The `ignore` section is merely an array of paths that should be ignored in all tests (where possible).