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