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
|
- rust: nightly
|
||||||
env: FEATURES='bkpt'
|
env: FEATURES='bkpt'
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- staging
|
||||||
|
- trying
|
||||||
|
- master
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- rustup target add thumbv7em-none-eabihf
|
- rustup target add thumbv7em-none-eabihf
|
||||||
# - rustup component add clippy
|
# - rustup component add clippy
|
||||||
|
|
Loading…
Reference in New Issue