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