From 2afbe6b9482eabacbfadaa5dc6a98bffa6856e3b Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Thu, 5 Nov 2020 18:57:56 -0800 Subject: [PATCH] fix(readme): testing ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92b449a..cb16d60 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It makes the following modifications: - Replaced `bcrypt` dependency with `bcryptjs`. This improves compatibility across versions of node.js and across OSs. -- Configured for Travis CI (continuous integration), Coveralls (code coverage), Green Keeper (automated dependency management), and Semantic Release (automated versioning). +- Configured for Jenkins (continuous integration), Coveralls (code coverage), Green Keeper (automated dependency management), and Semantic Release (automated versioning). - 'Production' environment is targeted for packaging as a Docker container.