Skip to content

Commit cb1356b

Browse files
author
James Halliday
committed
using travis
1 parent 7785c48 commit cb1356b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-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.4
4+
- 0.6

README.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This module is a cleaner and more complete version of
88
[bufferlist](https://github.com/substack/node-bufferlist)'s binary module that
99
runs on pre-allocated buffers instead of a linked list.
1010

11+
[![build status](https://secure.travis-ci.org/substack/node-binary.png)](http://travis-ci.org/substack/node-binary)
12+
1113
Examples
1214
========
1315

0 commit comments

Comments
 (0)