mirror of
https://github.com/wiggin77/mailrelay.git
synced 2024-11-22 07:13:08 +01:00
add Travis CI
This commit is contained in:
parent
4e386064ef
commit
ad45237c27
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
||||
language: go
|
||||
sudo: false
|
||||
before_script:
|
||||
- go vet ./...
|
||||
|
@ -1,5 +1,8 @@
|
||||
# mailrelay
|
||||
|
||||
[![GoDoc](https://godoc.org/github.com/wiggin77/mailrelay?status.svg)](https://godoc.org/github.com/wiggin77/mailrelay)
|
||||
[![Build Status](https://travis-ci.org/wiggin77/mailrelay.svg?branch=master)](https://travis-ci.org/wiggin77/mailrelay)
|
||||
|
||||
`mailrelay` is a simple mail relay that can take unauthenticated SMTP emails (e.g. over port 25) and relay them to authenticated, TLS-enabled SMTP servers. Plus it's easy to configure.
|
||||
|
||||
## Use case
|
||||
|
Loading…
Reference in New Issue
Block a user