Skip to content

Commit

Permalink
Merge #28
Browse files Browse the repository at this point in the history
28: Switch CI to GHA r=adamgreig a=eldruin

Fixes #27 

Co-authored-by: Diego Barrios Romero <[email protected]>
  • Loading branch information
bors[bot] and eldruin authored Nov 3, 2022
2 parents 07133d6 + 4424788 commit 0cd0490
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/bors.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
block_labels = ["S-waiting-on-team"]
delete_merged_branches = true
required_approvals = 1
status = ["continuous-integration/travis-ci/push"]
status = ["dummy"]
18 changes: 18 additions & 0 deletions .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI

on:
push:
branches:
- master
- staging
- trying
pull_request:
branches:
- master

jobs:
dummy:
runs-on: ubuntu-latest
steps:
- name: Succeed
run: true
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

0 comments on commit 0cd0490

Please sign in to comment.