Skip to content

Commit

Permalink
scrub a dub dub
Browse files Browse the repository at this point in the history
  • Loading branch information
particlebanana committed Feb 28, 2015
1 parent 64b8172 commit ba2bdb2
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js

node_js:
- "0.10"
- "0.12"

# whitelisted branches
branches:
only:
- master
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<h1>
<a href="http://node-machine.org" title="Node-Machine public registry"><img alt="node-machine logo" title="Node-Machine Project" src="http://node-machine.org/images/machine-anthropomorph-for-white-bg.png" width="50" /></a>
machinepack-mysql
Expand All @@ -9,7 +8,7 @@
Structured Node.js bindings for MySql.


## Installation &nbsp; [![NPM version](https://badge.fury.io/js/machinepack-mysql.svg)](http://badge.fury.io/js/machinepack-mysql) [![Build Status](https://travis-ci.org/mikermcneil/machinepack-mysql.png?branch=master)](https://travis-ci.org/mikermcneil/machinepack-mysql)
## Installation &nbsp; [![NPM version](https://badge.fury.io/js/machinepack-mysql.svg)](http://badge.fury.io/js/machinepack-mysql) [![Build Status](https://travis-ci.org/particlebanana/machinepack-mysql.png?branch=master)](https://travis-ci.org/particlebanana/machinepack-mysql)

```sh
$ npm install machinepack-mysql
Expand All @@ -27,5 +26,5 @@ Learn more at <a href="http://node-machine.org/implementing/FAQ" title="Machine

## License

MIT &copy; 2015 contributors
MIT &copy; 2015 Cody Stoltman, Mike McNeil, Scott Gress

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"list-tables",
"describe-table",
"list-records"
]
],
"testsUrl": "https://travis-ci.org/particlebanana/machinepack-mysql"
},
"repository": {
"type": "git",
"url": "[email protected]:particlebanana/machinepack-mysql.git"
}
}
}
10 changes: 10 additions & 0 deletions tests/describe-table.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"machine": "describe-table",
"expectations": [
{
"todo": true,
"using": {},
"outcome": "success"
}
]
}
10 changes: 10 additions & 0 deletions tests/list-records.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"machine": "list-records",
"expectations": [
{
"todo": true,
"using": {},
"outcome": "success"
}
]
}
10 changes: 10 additions & 0 deletions tests/list-tables.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"machine": "list-tables",
"expectations": [
{
"todo": true,
"using": {},
"outcome": "success"
}
]
}

0 comments on commit ba2bdb2

Please sign in to comment.