Skip to content

Commit 4d51fcd

Browse files
committed
add travis-ci
1 parent 587c42c commit 4d51fcd

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- "0.11"
4+
- "0.10"
5+
- "0.8"
6+
- "0.6"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
python bridge for nodejs!
44

5+
[![Build Status](https://travis-ci.org/[JeanSebTr]/[node-python].png)](https://travis-ci.org/[JeanSebTr]/[node-python])
6+
57
Forked from [chrisdickinson/node-python](https://github.com/chrisdickinson/node-python) and updated to use node-gyp
68

79
## Installation

0 commit comments

Comments
 (0)