Skip to content

Commit 0cd0490

Browse files
bors[bot]eldruin
andauthored
Merge #28
28: Switch CI to GHA r=adamgreig a=eldruin Fixes #27 Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents 07133d6 + 4424788 commit 0cd0490

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)