aboutsummaryrefslogtreecommitdiff
path: root/bors.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-10-09 17:06:05 +0100
committerAleksey Kladov <[email protected]>2018-10-09 17:06:05 +0100
commitb7bd45610178c976d6d6ad74821af4cb0c2448ec (patch)
tree47573a629e427e063319a4ba00c0907642fdfa07 /bors.toml
parent91f99920bdafad7108211b408b957894bf9d4a38 (diff)
don't gate on appveyor
Diffstat (limited to 'bors.toml')
-rw-r--r--bors.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bors.toml b/bors.toml
index ee7961784..dcf1bd1ef 100644
--- a/bors.toml
+++ b/bors.toml
@@ -1,5 +1,5 @@
1status = [ 1status = [
2 "continuous-integration/travis-ci/push", 2 "continuous-integration/travis-ci/push",
3 "continuous-integration/appveyor/branch" 3 # "continuous-integration/appveyor/branch"
4] 4]
5delete_merged_branches = true 5delete_merged_branches = true