Initial work to enable Travis-CI support

This commit is contained in:
Dan Quirk 2014-07-22 13:27:50 -07:00
parent 33a643f563
commit 63865539e0
2 changed files with 6 additions and 0 deletions

3
.travis.yml Normal file
View file

@ -0,0 +1,3 @@
language: node_js
node_js:
- "0.10"

View file

@ -37,5 +37,8 @@
"mocha" : "latest",
"chai" : "latest",
"browserify" : "latest"
},
"scripts": {
"test": "jake runtests"
}
}