From 201dd220928daa1db4c3c98a87f4adb90d37847e Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Sun, 18 Oct 2015 22:29:32 +0200 Subject: [PATCH] Added information about Travis, Docker Hub and tests. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82cf57b4..c98641ea 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Why I created this image: [Simple mail server with Docker](http://tvi.al/simple- - antispam rules are managed in `./spamassassin/rules.cf` - files must be mounted to `/tmp` in your container (see `docker-compose.yml` template) - ssl is strongly recommended, you can provide a self-signed certificate, see below +- [includes integration tests](https://travis-ci.org/tomav/docker-mailserver) +- [builds automated on docker hub](https://hub.docker.com/r/tvial/docker-mailserver/) ## installation @@ -119,4 +121,4 @@ Feel free to improve this docker image. # wanna help? -Fork, improve and PR. ;-) +Fork, improve, add tests and PR. ;-)