Setup bors

This commit is contained in:
flip1995 2018-10-22 13:09:48 +02:00
parent b1d0343749
commit 8fc84b1f55
No known key found for this signature in database
GPG Key ID: E8E897A5870E41C2
2 changed files with 13 additions and 0 deletions

View File

@ -9,6 +9,15 @@ os:
sudo: false
branches:
only:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Also build pull requests.
- master
env:
global:
- RUST_BACKTRACE=1

4
bors.toml Normal file
View File

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