Add bors.toml

pull/8/head
Bradlee Speice 4 years ago
parent 419cbf158c
commit 46baa54f75

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

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