Swap to GHA

pull/328/head
Adam Greig 3 years ago
parent 9dce535b44
commit b74fc0e02d
No known key found for this signature in database
GPG Key ID: 8B3FE5477B1DD9A0

2
.github/bors.toml vendored

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

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

@ -1,14 +0,0 @@
language: rust
script:
- true
branches:
only:
- master
- staging
- trying
notifications:
email:
on_success: never
Loading…
Cancel
Save