Skip to content

Commit

Permalink
Initial work to enable Travis-CI support
Browse files Browse the repository at this point in the history
  • Loading branch information
danquirk committed Jul 22, 2014
1 parent 33a643f commit 6386553
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- "0.10"
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
"mocha" : "latest",
"chai" : "latest",
"browserify" : "latest"
},
"scripts": {
"test": "jake runtests"
}
}

0 comments on commit 6386553

Please sign in to comment.