Skip to content

Commit

Permalink
Add .travis.yml file and ci/doc README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Apr 5, 2015
1 parent 4efbd8c commit 44cb02e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: go
go:
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- tip
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Sling
# Sling [![Build Status](https://travis-ci.org/dghubble/sling.png)](https://travis-ci.org/dghubble/sling) [![GoDoc](http://godoc.org/github.com/dghubble/sling?status.png)](http://godoc.org/github.com/dghubble/sling)

Sling is a Go REST client library for creating and sending requests.

Expand Down

0 comments on commit 44cb02e

Please sign in to comment.