Skip to content

Commit dd8c249

Browse files
committed
added .travis.yml file
1 parent 5c3f94e commit dd8c249

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: node_js
2+
node_js:
3+
- "0.11"
4+
- "0.10"

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Replicate state across a network with the scuttlebutt protocol.
44

55
**SIMPLE-SCUTTLE IS STILL IN ALPHA**
66

7+
[![Build
8+
Status](https://travis-ci.org/AWinterman/simple-scuttle.png?branch=master)](https://travis-ci.org/AWinterman/simple-scuttle)
9+
710
See [the To Do section](#todo) for outstanding tasks.
811

912
I recommend you at least skim the [paper][] which describes the

0 commit comments

Comments
 (0)