Skip to content

Commit

Permalink
[test] added travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dscape committed Dec 19, 2011
1 parent ad442c5 commit 1f2039d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: "node_js"
node_js:
- 0.4
- 0.6
branches:
only:
- master
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -13,10 +13,11 @@
, "keywords" :
["sax", "json", "parser", "stream", "streaming", "event"
, "events", "emitter", "async", "streamer"]
, "devDependencies" : { "mocha": "0.3.6", "should": "0.3.2" }
, scripts :
, "devDependencies" :
{ "mocha": "0.3.6", "should": "0.3.2", "underscore": "1.2.3" }
, "scripts" :
{ "test" :
"./node_modules/mocha/bin/mocha -r should test/spell.js"
"./node_modules/mocha/bin/mocha -r should test/clarinet.js"
}
, "engines" : { "node": ">=0.3.6" }
}
1 change: 1 addition & 0 deletions test/clarinet.js
@@ -1,6 +1,7 @@
if (!clarinet) { // node
var clarinet = require('../clarinet.js')
, assert = require('assert')
, _ = require('underscore')
;
}

Expand Down

0 comments on commit 1f2039d

Please sign in to comment.