Browse Source

Add travis build status badge to README.

Gabriel Falkenberg 7 years ago
parent
commit
722bdf0b8f
1 changed files with 7 additions and 2 deletions
  1. 7 2
      README.md

+ 7 - 2
README.md

@@ -1,3 +1,8 @@
+go-errors/errors
+================
+
+[![Build Status](https://travis-ci.org/go-errors/errors.svg?branch=master)](https://travis-ci.org/go-errors/errors)
+
 Package errors adds stacktrace support to errors in go.
 Package errors adds stacktrace support to errors in go.
 
 
 This is particularly useful when you want to understand the state of execution
 This is particularly useful when you want to understand the state of execution
@@ -8,7 +13,7 @@ interface, so you can use this library interchangably with code that is
 expecting a normal error return.
 expecting a normal error return.
 
 
 Usage
 Usage
-=====
+-----
 
 
 Full documentation is available on
 Full documentation is available on
 [godoc](https://godoc.org/github.com/go-errors/errors), but here's a simple
 [godoc](https://godoc.org/github.com/go-errors/errors), but here's a simple
@@ -50,7 +55,7 @@ func main() {
 ```
 ```
 
 
 Meta-fu
 Meta-fu
-=======
+-------
 
 
 This package was original written to allow reporting to
 This package was original written to allow reporting to
 [Bugsnag](https://bugsnag.com/) from
 [Bugsnag](https://bugsnag.com/) from