add bors
This commit is contained in:
parent
cc5f2233f7
commit
a575611e82
|
@ -0,0 +1,5 @@
|
|||
block_labels = ["S-blocked"]
|
||||
delete_merged_branches = true
|
||||
status = [
|
||||
"continuous-integration/travis-ci/push",
|
||||
]
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue