From 52856d1cdc3d65ec33539a7c9f9cffdd34529e1a Mon Sep 17 00:00:00 2001 From: "A. Hobden" Date: Thu, 1 Nov 2018 09:28:47 -0400 Subject: [PATCH] Add bors (#134) --- 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 0000000..4e6e85f --- /dev/null +++ b/bors.toml @@ -0,0 +1,4 @@ +status = [ + "continuous-integration/travis-ci/push", + "continuous-integration/appveyor/branch" +]