Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Commit 63bdb75

Browse files
committed
chore(github): fix Travis status check in repo settings
1 parent 10dc113 commit 63bdb75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/settings.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ branches:
4646
teams: [ open-source ]
4747
required_status_checks:
4848
strict: true
49-
contexts: [
49+
contexts: [
5050
codeclimate/diff-coverage,
5151
codecov/project,
52-
continuous-integration/travis-ci,
52+
Travis CI - Branch,
5353
]
5454
enforce_admins: false
5555
restrictions:
@@ -67,10 +67,10 @@ branches:
6767
teams: [ open-source ]
6868
required_status_checks:
6969
strict: true
70-
contexts: [
70+
contexts: [
7171
codeclimate/diff-coverage,
7272
codecov/project,
73-
continuous-integration/travis-ci,
73+
Travis CI - Branch,
7474
]
7575
enforce_admins: false
7676
restrictions:

0 commit comments

Comments
 (0)