fix: travis badge color (#328)

pull/337/head
amio 2020-01-11 20:29:28 +08:00 zatwierdzone przez 晋晓炜 Amio /
rodzic bfa4d1bb16
commit a9c5d8575e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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'],