kopia lustrzana https://github.com/badgen/badgen.net
fix: travis badge color (#328)
rodzic
bfa4d1bb16
commit
a9c5d8575e
|
|
@ -44,8 +44,8 @@ async function handler ({ user, repo, branch = 'master' }: PathArgs) {
|
|||
const statuses = [
|
||||
['passed', 'green'],
|
||||
['passing', 'green'],
|
||||
['failed', 'orange'],
|
||||
['failing', 'orange'],
|
||||
['failed', 'red'],
|
||||
['failing', 'red'],
|
||||
['error', 'red'],
|
||||
['errored', 'red'],
|
||||
['pending', 'yellow'],
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue