diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bedf3b2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: go +go: + - 1.8 +script: bash <(curl -sL https://gist.github.com/emersion/49d4dda535497002639626bd9e16480c/raw/codecov-go.sh) +after_script: bash <(curl -s https://codecov.io/bash) diff --git a/README.md b/README.md index 5ef8c53..49dd709 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # go-pgpmime [![GoDoc](https://godoc.org/github.com/emersion/go-pgpmime?status.svg)](https://godoc.org/github.com/emersion/go-pgpmime) +[![Build Status](https://travis-ci.org/emersion/go-pgpmime.svg?branch=master)](https://travis-ci.org/emersion/go-pgpmime) A [PGP/MIME](https://tools.ietf.org/html/rfc3156) library written in Go.