From 79501af4fffbe8dfeabd65efbb8425ea62c4fff8 Mon Sep 17 00:00:00 2001 From: Leah Date: Mon, 10 Dec 2018 11:58:09 +0100 Subject: [PATCH] Create 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 0000000..574c563 --- /dev/null +++ b/bors.toml @@ -0,0 +1,4 @@ +status = [ + "continuous-integration/travis-ci/push", +] +delete_merged_branches = true