Add test directives
This commit is contained in:
parent
c9e6476094
commit
f4c86ef4d2
4
.travis.yml
Normal file
4
.travis.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- 0.6
|
||||||
|
- 0.8
|
@ -19,5 +19,8 @@
|
|||||||
"expect.js": "*",
|
"expect.js": "*",
|
||||||
"sinon": "*",
|
"sinon": "*",
|
||||||
"mocha": "*"
|
"mocha": "*"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "mocha test"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user