Skip to content

Commit

Permalink
Added TravisCI support
Browse files Browse the repository at this point in the history
  • Loading branch information
larzconwell committed Sep 5, 2012
1 parent ed71d1f commit 03220f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: node_js
node_js:
- "0.8"
- "0.6"
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"version": "0.0.12",
"author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)",
"main": "./lib/index.js",
"scripts": {
"test": "jake test"
},
"repository": {
"type": "git",
"url": "git://github.com/mde/utilities.git"
Expand Down

0 comments on commit 03220f3

Please sign in to comment.