mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-17 00:01:28 +02:00
Use TRAVIS env and updated README with Travis build status
This commit is contained in:
parent
678329276e
commit
c6ad590457
2 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
NAME = tvial/docker-mailserver
|
NAME = tvial/docker-mailserver
|
||||||
VERSION = travis
|
VERSION = $(TRAVIS_BUILD_ID)
|
||||||
|
|
||||||
all: build run prepare fixtures tests
|
all: build run prepare fixtures tests
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# docker-mailserver
|
# docker-mailserver
|
||||||
|
|
||||||
|
[](https://travis-ci.org/tomav/docker-mailserver)
|
||||||
|
|
||||||
A fullstack but simple mail server (smtp, imap, antispam, antivirus...).
|
A fullstack but simple mail server (smtp, imap, antispam, antivirus...).
|
||||||
Only configuration files, no SQL database. Keep it simple and versioned.
|
Only configuration files, no SQL database. Keep it simple and versioned.
|
||||||
Easy to deploy and upgrade.
|
Easy to deploy and upgrade.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue