new Travis CI script. Running tests and validate typescript syntax.

This commit is contained in:
Diullei Gomes
2013-06-20 14:51:02 -03:00
parent dd3fd174b8
commit f44ddc0fa4
9 changed files with 10896 additions and 1128 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
"name": "DefinitelyTyped",
"version": "0.0.0",
"scripts": {
"test": "node ./_infrastructure/tests/testRunner.js"
"test": "node ./_infrastructure/runner.js"
}
}