Add Travis CI

This commit is contained in:
emersion 2017-08-16 23:01:37 +02:00
parent 360f954626
commit ebff4bab74
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
2 changed files with 6 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -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)

View File

@ -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.