Skip to content

Commit 329be03

Browse files
authored
Merge branch 'rust-embedded:master' into usbd-human-interface-device
2 parents a8156bb + 0cd0490 commit 329be03

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

.github/bors.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
block_labels = ["S-waiting-on-team"]
22
delete_merged_branches = true
33
required_approvals = 1
4-
status = ["continuous-integration/travis-ci/push"]
4+
status = ["dummy"]

.github/workflows/dummy.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- staging
8+
- trying
9+
pull_request:
10+
branches:
11+
- master
12+
13+
jobs:
14+
dummy:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- name: Succeed
18+
run: true

.travis.yml

-14
This file was deleted.

0 commit comments

Comments
 (0)