Added Travis and other badges

This commit is contained in:
Alexandre Cesaro 2015-07-23 23:16:42 +02:00
parent 83af4db704
commit 71e3f5a0b4
2 changed files with 8 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: go
go:
- 1.2
- 1.3
- 1.4
- tip

View File

@ -1,4 +1,5 @@
# Gomail
[![Build Status](https://travis-ci.org/go-gomail/gomail.svg?branch=v2-unstable)](https://travis-ci.org/go-gomail/gomail) [![Code Coverage](http://gocover.io/_badge/github.com/go-gomail/gomail)](http://gocover.io/github.com/go-gomail/gomail) [![Documentation](https://godoc.org/github.com/go-gomail/gomail?status.svg)](https://godoc.org/github.com/go-gomail/gomail)
## Introduction