Skip to content

Commit bf78c8c

Browse files
committedNov 23, 2011
Add travis build
Will probably fail the integration tests for now
1 parent 45330bc commit bf78c8c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎.travis.yml

Lines changed: 4 additions & 0 deletions
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.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# node-mysql
22

3+
[![Build Status](https://secure.travis-ci.org/felixge/node-mysql.png)](http://travis-ci.org/felixge/node-mysql)
4+
35
## Purpose
46

57
A pure node.js JavaScript Client implementing the [MySQL protocol](http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol).

0 commit comments

Comments
 (0)