add CODEOWNERS, CoC; tweak bors and Travis

This commit is contained in:
Jorge Aparicio
2018-08-06 21:41:02 -05:00
parent daea420f17
commit 2a2879a3b0
4 changed files with 46 additions and 3 deletions

View File

@@ -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