From 51f1cf973522c421546fb9775c8037bd5ba245f8 Mon Sep 17 00:00:00 2001 From: Andy Kenward <4893048+andykenward@users.noreply.github.com> Date: Tue, 30 Mar 2021 21:13:25 +0100 Subject: [PATCH 1/2] ci: remove travis ci config Appears this project now uses github actions instead of travis as a CI. Signed-off-by: Andy Kenward <4893048+andykenward@users.noreply.github.com> --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e2d26a9c..00000000 --- a/.travis.yml +++ /dev/null @@ -1,4 +0,0 @@ -language: node_js -node_js: - - "10" - - "12" From 64f1e8a0fd1b5e053c627a8a9a3e67c9cca37d25 Mon Sep 17 00:00:00 2001 From: Andy Kenward <4893048+andykenward@users.noreply.github.com> Date: Tue, 30 Mar 2021 21:13:39 +0100 Subject: [PATCH 2/2] docs: GitHub Actions CI badge Signed-off-by: Andy Kenward <4893048+andykenward@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 666218d2..629a54f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # eslint-plugin-github +[![Node CI](https://github.com/github/eslint-plugin-github/actions/workflows/nodejs.yml/badge.svg)](https://github.com/github/eslint-plugin-github/actions/workflows/nodejs.yml) + ## Installation ```sh