From 7a5ea431abebc06585f4a74cd27c5af1ece43dc0 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Mon, 13 Aug 2018 11:42:53 +0200 Subject: [PATCH] add bors file (#632) (cherry picked from commit adcf35561e7e5ccfa6b4109021fc1eae69f5459c) --- 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 0000000000..db020e08ae --- /dev/null +++ b/bors.toml @@ -0,0 +1,4 @@ +status = [ + "continuous-integration/travis-ci/push", + "continuous-integration/appveyor/branch", +]