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.