Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit d4784ae

Browse files
Merge #60
60: Stub out CI r=thalesfragoso a=jonas-schievink Unblocks #59 Co-authored-by: Jonas Schievink <[email protected]>
2 parents 8ab74cd + 121d0b4 commit d4784ae

File tree

3 files changed

+19
-108
lines changed

3 files changed

+19
-108
lines changed

.github/bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
block_labels = ["needs-decision"]
22
delete_merged_branches = true
33
required_approvals = 1
4-
status = ["continuous-integration/travis-ci/push"]
4+
status = ["dummy"]

.github/workflows/dummy.yml

Lines changed: 18 additions & 0 deletions
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

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)