Skip to content

Commit

Permalink
Add Travis yml and badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tuck1s committed Mar 18, 2020
1 parent 2d8716d commit 9c83eeb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: go
sudo: false
go:
- tip
before_install:
- go get github.com/mattn/goveralls
services:
-
script:
- $GOPATH/bin/goveralls -service=travis-ci
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# go-smtpproxy

[![Build Status](https://travis-ci.org/tuck1s/go-smtpproxy.svg?branch=master)](https://travis-ci.org/tuck1s/go-smtpproxy)
[![Coverage Status](https://coveralls.io/repos/github/tuck1s/go-smtpproxy/badge.svg?branch=master)](https://coveralls.io/github/tuck1s/go-smtpproxy?branch=master)

Go package, based heavily on [emersion's go-gmtp](https://github.com/emersion/go-smtp), with increased transparency of response codes and no sasl dependency.
The purpose of this is to provide functions that act as a server to receive SMTP messages from your downstream client. These SMTP messages are relayed through to
an upstream server.
Expand Down

0 comments on commit 9c83eeb

Please sign in to comment.