Swap to GHA

This commit is contained in:
Adam Greig
2021-06-17 11:24:51 +01:00
parent 9dce535b44
commit b74fc0e02d
3 changed files with 19 additions and 15 deletions

2
.github/bors.toml vendored
View File

@@ -1,3 +1,3 @@
delete_merged_branches = true
required_approvals = 1
status = ["continuous-integration/travis-ci/push"]
status = ["dummy"]

18
.github/workflows/dummy.yml vendored Normal file
View File

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