Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit aaad925

Browse files
bors[bot]adamgreig
andauthored
Merge #328
328: Swap to GHA r=eldruin a=adamgreig The travis CI wasn't even doing anything, but I guess at least this means we can use bors. Co-authored-by: Adam Greig <adam@adamgreig.com>
2 parents 9dce535 + b74fc0e commit aaad925

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

‎.github/bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
delete_merged_branches = true
22
required_approvals = 1
3-
status = ["continuous-integration/travis-ci/push"]
3+
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 & 14 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /