diff options
author | Valery Piashchynski <[email protected]> | 2020-11-05 17:07:38 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-05 17:07:38 +0300 |
commit | 043be1537393375f71f2e96708ec5d045bfab190 (patch) | |
tree | 21abd81c1462c595601be88601cc6a54d61f8b40 /bors.toml | |
parent | 2bc1be2aee88453197d33a19abb963cc52d88ef8 (diff) |
add phpstan config, commented composer analyze in CI
Diffstat (limited to 'bors.toml')
-rwxr-xr-x | bors.toml | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -1,14 +1,9 @@ status = [ -'Build (PHP 7.2, Go 1.15, OS ubuntu-latest)', -'Build (PHP 7.2, Go 1.14, OS ubuntu-latest)', -'Build (PHP 7.3, Go 1.15, OS ubuntu-latest)', -'Build (PHP 7.3, Go 1.14, OS ubuntu-latest)', -'Build (PHP 7.4, Go 1.15, OS ubuntu-latest)', -'Build (PHP 7.4, Go 1.14, OS ubuntu-latest)', -'runner / golangci-lint', -'Build docker image',] + 'Build (PHP 7.4, Go 1.15, OS ubuntu-latest)', + 'Build (PHP 7.4, Go 1.14, OS ubuntu-latest)', + 'runner / golangci-lint', ] required_approvals = 1 delete_merged_branches = true -timeout-sec = 1800
\ No newline at end of file +timeout-sec = 600
\ No newline at end of file |