Add bors.toml

pull/8/head
Bradlee Speice 2019-10-07 22:57:27 -04:00
parent 419cbf158c
commit 46baa54f75
2 changed files with 11 additions and 0 deletions

View File

@ -26,3 +26,10 @@ script:
- cd ..
- cargo clippy --all
- cargo fmt --all -- --check
branches:
only:
- master
- staging
- trying

4
bors.toml Normal file
View File

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