From fba478f827f549a17daa1aa3d8fe7b6d39967d30 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Sun, 29 Jan 2017 10:07:28 +0100 Subject: Add bors configuration --- .travis.yml | 3 +++ bors.toml | 1 + 2 files changed, 4 insertions(+) create mode 100644 bors.toml diff --git a/.travis.yml b/.travis.yml index 4ecd9b6..088c2e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,6 @@ rust: - nightly - beta - stable +branches: + except: + - staging.tmp diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..359f894 --- /dev/null +++ b/bors.toml @@ -0,0 +1 @@ +status = ["continuous-integration/travis-ci/push"] -- cgit v1.2.3