diff --git a/.appveyor.yml b/.appveyor.yml index 6f54951c..654c2e4c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,3 +1,8 @@ +branches: + except: + # Used by bors + - staging.tmp + # Appveyor configuration template for Rust using rustup for Rust installation # https://github.com/starkat99/appveyor-rust diff --git a/.travis.yml b/.travis.yml index 38a1f2a7..55bd2489 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,11 @@ notifications: on_success: never on_failure: change +branches: + except: + # Used by bors + - staging.tmp + rust: - nightly diff --git a/bors.toml b/bors.toml new file mode 100644 index 00000000..4e6e85f4 --- /dev/null +++ b/bors.toml @@ -0,0 +1,4 @@ +status = [ + "continuous-integration/travis-ci/push", + "continuous-integration/appveyor/branch" +]