Add support for bors.ng

This commit is contained in:
Philipp Oppermann
2018-02-04 17:35:28 +01:00
parent bff0c4401c
commit 9bb456ed2f
3 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
branches:
except:
# Used by bors
- staging.tmp
# Appveyor configuration template for Rust using rustup for Rust installation # Appveyor configuration template for Rust using rustup for Rust installation
# https://github.com/starkat99/appveyor-rust # https://github.com/starkat99/appveyor-rust

View File

@@ -7,6 +7,11 @@ notifications:
on_success: never on_success: never
on_failure: change on_failure: change
branches:
except:
# Used by bors
- staging.tmp
rust: rust:
- nightly - nightly

4
bors.toml Normal file
View File

@@ -0,0 +1,4 @@
status = [
"continuous-integration/travis-ci/push",
"continuous-integration/appveyor/branch"
]