Skip to content

Commit

Permalink
Added travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
antage committed Sep 13, 2014
1 parent e3e3045 commit f818bd5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: go

go:
- 1.1
- 1.2
- 1.3
- tip
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# eventsource

[![Build Status](https://travis-ci.org/antage/eventsource.svg?branch=master)](https://travis-ci.org/antage/eventsource)

_eventsource_ provides server-sent events for net/http server.

## Usage
Expand Down

0 comments on commit f818bd5

Please sign in to comment.