Skip to content

Commit

Permalink
Travis build support
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalmeida committed Mar 18, 2016
1 parent 6b3501a commit 4d5a169
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: rust
rust:
- stable
- beta
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ws-p2p
An example of a peer-to-peer network implementing causal ordering using WebSockets
An example of a peer-to-peer network implementing causal ordering using WebSockets.

[![Build Status](https://travis-ci.org/jonalmeida/ws-p2p.svg?branch=master)](https://travis-ci.org/jonalmeida/ws-p2p)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)


## Build
Expand Down

0 comments on commit 4d5a169

Please sign in to comment.