Add Travis CI
This commit is contained in:
parent
360f954626
commit
ebff4bab74
5
.travis.yml
Normal file
5
.travis.yml
Normal 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)
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user