Skip to content

Commit 749e84f

Browse files
author
James Halliday
committed
using travis
1 parent 77983ab commit 749e84f

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

readme.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
tap-producing test harness for node and browsers
44

5+
[![build status](https://secure.travis-ci.org/substack/tape.png)](http://travis-ci.org/substack/tape)
6+
57
# example
68

79
``` js

0 commit comments

Comments
 (0)