added tests with 'travis-ci' integration

This commit is contained in:
Diullei Gomes
2013-02-23 14:17:55 -03:00
parent edb4df1e4f
commit 9a64a25e76
9 changed files with 9638 additions and 0 deletions

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "DefinitelyTyped",
"version": "0.0.0",
"scripts": {
"test": "node ./_tests/testRunner.js"
}
}