Add test directives

This commit is contained in:
Michelle Bu 2013-07-06 22:48:42 -07:00
parent c9e6476094
commit f4c86ef4d2
2 changed files with 7 additions and 0 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: node_js
node_js:
- 0.6
- 0.8

View File

@ -19,5 +19,8 @@
"expect.js": "*",
"sinon": "*",
"mocha": "*"
},
"scripts": {
"test": "mocha test"
}
}