From c6ad590457912eb78d8b2845603220e2a460001b Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Sun, 18 Oct 2015 21:38:22 +0200 Subject: [PATCH] Use TRAVIS env and updated README with Travis build status --- Makefile | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e33e4809..80bf968a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = tvial/docker-mailserver -VERSION = travis +VERSION = $(TRAVIS_BUILD_ID) all: build run prepare fixtures tests diff --git a/README.md b/README.md index f02720af..82cf57b4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # docker-mailserver +[![Build Status](https://travis-ci.org/tomav/docker-mailserver.svg)](https://travis-ci.org/tomav/docker-mailserver) + A fullstack but simple mail server (smtp, imap, antispam, antivirus...). Only configuration files, no SQL database. Keep it simple and versioned. Easy to deploy and upgrade.