From 47620074ac2b977fd5b3a134e7144d1ad1c624dc Mon Sep 17 00:00:00 2001 From: Jeff Barczewski Date: Tue, 10 Sep 2024 11:23:34 -0500 Subject: [PATCH] update README with badge, remove .travis.yml --- .travis.yml | 7 ------- README.md | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a26e76a..0000000 --- a/.travis.yml +++ /dev/null @@ -1,7 +0,0 @@ -dist: jammy -language: node_js -node_js: - - '12' - - '14' - - '16' - - '18' diff --git a/README.md b/README.md index 4ccb13b..b76c844 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ For http(s) resources wait-on will check that the requests are returning 2XX (su wait-on can also be used in reverse mode which waits for resources to NOT be available. This is useful in waiting for services to shutdown before continuing. (Thanks @skarbovskiy for adding this feature) -[![CI](https://github.com/jeffbski/wait-on/actions/workflows/ci.yml/badge.svg)](https://github.com/jeffbski/wait-on/actions/workflows/ci.yml) +[![CI](https://github.com/jeffbski/wait-on/actions/workflows/node.js.yml/badge.svg)](https://github.com/jeffbski/wait-on/actions/workflows/node.js.yml) ## Installation