From 67bd085cecd9699918430bb90f61d705317fe8c4 Mon Sep 17 00:00:00 2001 From: Seonghyeon Cho Date: Tue, 26 Dec 2023 00:15:13 +0900 Subject: [PATCH] Replace CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60a18364..95bf0607 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Tolerant PHP Parser -[![Build Status](https://travis-ci.org/Microsoft/tolerant-php-parser.svg?branch=master)](https://travis-ci.org/Microsoft/tolerant-php-parser) +[![CI](https://github.com/microsoft/tolerant-php-parser/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/microsoft/tolerant-php-parser/actions/workflows/main.yml) This is an early-stage PHP parser designed, from the beginning, for IDE usage scenarios (see [Design Goals](#design-goals) for more details). There is still a ton of work to be done, so at this point, this repo mostly serves as