From 46baa54f759de738926f4e155ebb48256cc19291 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Mon, 7 Oct 2019 22:57:27 -0400 Subject: [PATCH] Add bors.toml --- .travis.yml | 7 +++++++ bors.toml | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 bors.toml diff --git a/.travis.yml b/.travis.yml index 2a8b24c..2fecfe4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,3 +26,10 @@ script: - cd .. - cargo clippy --all - cargo fmt --all -- --check + +branches: + only: + - master + - staging + - trying + 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