Skip to content

Commit

Permalink
Merge pull request #50 from mreiferson/travis_50
Browse files Browse the repository at this point in the history
add travis-ci support
  • Loading branch information
bketelsen committed Mar 3, 2013
2 parents d6ad5ca + b9df66b commit a38b22b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: go
install:
- go get github.com/kr/pretty
- go get github.com/bmizerany/assert
- go get code.google.com/p/go.net/websocket
- go get code.google.com/p/goprotobuf/proto
- go get github.com/ha/doozer
script: cd .. && mv doozerd $GOPATH/src/github.com/ha/doozerd && cd $GOPATH/src/github.com/ha/doozerd && ./all.sh
notifications:
email: false
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

![logo](doc/doozer.png)

[![Build Status](https://secure.travis-ci.org/ha/doozerd.png)](http://travis-ci.org/ha/doozerd)

## What Is It?

Doozer is a highly-available, completely consistent
Expand Down

0 comments on commit a38b22b

Please sign in to comment.