From e466e2cda29210064e668008ba45c880a6886068 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Sat, 9 Feb 2019 21:27:42 +0200 Subject: [PATCH] Add bors.toml --- bors.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bors.toml diff --git a/bors.toml b/bors.toml new file mode 100644 index 00000000..4e6e85f4 --- /dev/null +++ b/bors.toml @@ -0,0 +1,4 @@ +status = [ + "continuous-integration/travis-ci/push", + "continuous-integration/appveyor/branch" +]