From 71e3f5a0b44d596ec9160aa858cb4169ad7bc963 Mon Sep 17 00:00:00 2001 From: Alexandre Cesaro Date: Thu, 23 Jul 2015 23:16:42 +0200 Subject: [PATCH] Added Travis and other badges --- .travis.yml | 7 +++++++ README.md | 1 + 2 files changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ae719be --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: go + +go: + - 1.2 + - 1.3 + - 1.4 + - tip diff --git a/README.md b/README.md index 57b7487..2515dc6 100644 --- a/README.md +++ b/README.md @@ -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