From 26c3f509c4b2f9029eccb1c132b3b650153ba9a4 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Mon, 11 Dec 2017 12:20:49 -0500 Subject: [PATCH] Add bors.toml --- bors.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bors.toml diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..2ce6b39 --- /dev/null +++ b/bors.toml @@ -0,0 +1,3 @@ +status = [ + "continuous-integration/travis-ci/push" +]