Skip to content

Commit

Permalink
travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jehiah committed Aug 21, 2012
1 parent 067fde7 commit d791da6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -0,0 +1,3 @@
language: go
install:
- go get github.com/bmizerany/assert
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@


a Go package to interact with arbitrary JSON a Go package to interact with arbitrary JSON


[![Build Status](https://secure.travis-ci.org/bitly/go-simplejson.png)](http://travis-ci.org/bitly/go-simplejson)

### importing ### importing


import simplejson github.com/bitly/go-simplejson import simplejson github.com/bitly/go-simplejson
Expand Down

0 comments on commit d791da6

Please sign in to comment.