added travis-ci

This commit is contained in:
mikespook 2013-06-09 12:31:25 +08:00
parent 8e009be940
commit b97ccd007c
2 changed files with 4 additions and 0 deletions

1
.travis.yml Normal file
View File

@ -0,0 +1 @@
language: go

View File

@ -1,5 +1,8 @@
Gearman-Go
==========
[![Build Status](https://travis-ci.org/mikespook/gearman-go.png?branch=master)](https://travis-ci.org/mikespook/gearman-go)
This package is a [Gearman](http://gearman.org/) API for [Golang](http://golang.org).
It was implemented a native protocol for both worker and client API.