add CODEOWNERS, CoC; tweak bors and Travis
This commit is contained in:
@@ -8,6 +8,7 @@ matrix:
|
||||
apt:
|
||||
packages:
|
||||
- gcc-arm-none-eabi
|
||||
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
|
||||
|
||||
- env: TARGET=thumbv7m-none-eabi
|
||||
rust: nightly
|
||||
@@ -15,6 +16,7 @@ matrix:
|
||||
apt:
|
||||
packages:
|
||||
- gcc-arm-none-eabi
|
||||
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
|
||||
|
||||
- env: TARGET=thumbv7em-none-eabi
|
||||
rust: nightly
|
||||
@@ -22,6 +24,7 @@ matrix:
|
||||
apt:
|
||||
packages:
|
||||
- gcc-arm-none-eabi
|
||||
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
|
||||
|
||||
- env: TARGET=thumbv7em-none-eabihf
|
||||
rust: nightly
|
||||
@@ -29,6 +32,7 @@ matrix:
|
||||
apt:
|
||||
packages:
|
||||
- gcc-arm-none-eabi
|
||||
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
|
||||
|
||||
before_install: set -e
|
||||
|
||||
@@ -48,6 +52,7 @@ before_cache:
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- staging
|
||||
- trying
|
||||
|
||||
|
||||
Reference in New Issue
Block a user