From e1c1f7ee30208e20755f79fbfbb61b568be90556 Mon Sep 17 00:00:00 2001 From: Mac O'Brien Date: Thu, 21 May 2020 17:26:16 -0500 Subject: [PATCH] Set up bors integration --- .travis.yml | 5 +++++ bors.toml | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 bors.toml diff --git a/.travis.yml b/.travis.yml index 0dc863be..fb657045 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,8 @@ +branches: + only: + - staging + - trying + language: rust rust: diff --git a/bors.toml b/bors.toml new file mode 100644 index 00000000..b59819f8 --- /dev/null +++ b/bors.toml @@ -0,0 +1,3 @@ +status = [ + "continuous-integration/travis-ci/push" +] \ No newline at end of file