summaryrefslogtreecommitdiff
path: root/bors.toml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-04 11:21:16 +0300
committerValery Piashchynski <[email protected]>2021-02-04 11:21:16 +0300
commit8a826ece96ac215a2ecacafb0d32c9197323ed22 (patch)
treed5e8fb6bdc71d40c2c57a4946abab34a298b9471 /bors.toml
parentfae10fa6fd023fa3cf5708ca2705a34a21bb6a6e (diff)
Update bors.toml
Diffstat (limited to 'bors.toml')
-rwxr-xr-xbors.toml24
1 files changed, 9 insertions, 15 deletions
diff --git a/bors.toml b/bors.toml
index e35b52a3..b1681bf2 100755
--- a/bors.toml
+++ b/bors.toml
@@ -1,20 +1,14 @@
status = [
- 'Build (Go 1.14, PHP 7.4, OS ubuntu-latest)',
- 'Build (Go 1.14, PHP 7.4, OS windows-latest)',
- 'Build (Go 1.14, PHP 7.4, OS macos-latest)',
- 'Build (Go 1.15, PHP 7.4, OS ubuntu-latest)',
- 'Build (Go 1.15, PHP 7.4, OS windows-latest)',
- 'Build (Go 1.15, PHP 7.4, OS macos-latest)',
- 'Build (Go 1.14, PHP 8.0, OS ubuntu-latest)',
- 'Build (Go 1.14, PHP 8.0, OS windows-latest)',
- 'Build (Go 1.14, PHP 8.0, OS macos-latest)',
- 'Build (Go 1.15, PHP 8.0, OS ubuntu-latest)',
- 'Build (Go 1.15, PHP 8.0, OS windows-latest)',
- 'Build (Go 1.15, PHP 8.0, OS macos-latest)',
- 'Golang-CI (lint)',
- 'Build docker image',
+ 'Linux / Build (Go 1.14, PHP 7.4, OS ubuntu-20.04)',
+ 'Linux / Build (Go 1.15, PHP 7.4, OS ubuntu-20.04)',
+ 'Linux / Build (Go 1.14, PHP 8.0, OS ubuntu-20.04)',
+ 'Linux / Build (Go 1.15, PHP 8.0, OS ubuntu-20.04)',
+ 'macOS / Build (Go 1.14, PHP 7.4, OS macos-latest)',
+ 'macOS / Build (Go 1.15, PHP 7.4, OS macos-latest)',
+ 'macOS / Build (Go 1.14, PHP 8.0, OS macos-latest)',
+ 'macOS / Build (Go 1.15, PHP 8.0, OS macos-latest)',
+ 'Linux / Golang-CI (lint) ',
]
-
required_approvals = 0
delete_merged_branches = true
timeout-sec = 1800