Merge pull request #81 from christroutner/unstable

fix(readme): testing ci
This commit is contained in:
Chris Troutner
2020-11-05 18:59:39 -08:00
committed by GitHub
+1 -1
View File
@@ -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.