master
Robert Jördens 2019-06-03 17:22:38 +02:00
parent cc5f2233f7
commit a575611e82
2 changed files with 11 additions and 0 deletions

5
.github/bors.toml vendored Normal file
View File

@ -0,0 +1,5 @@
block_labels = ["S-blocked"]
delete_merged_branches = true
status = [
"continuous-integration/travis-ci/push",
]

View File

@ -9,6 +9,12 @@ matrix:
- rust: nightly
env: FEATURES='bkpt'
branches:
only:
- staging
- trying
- master
before_script:
- rustup target add thumbv7em-none-eabihf
# - rustup component add clippy