updated typescript to 0.8.3 on CI test

This commit is contained in:
Diullei Gomes
2013-02-28 21:43:26 -03:00
parent a2e14594b0
commit d805ae4f88
6 changed files with 56814 additions and 2 deletions
+1 -1
View File
@@ -485,7 +485,7 @@ var IO = (function () {
var cfg = {
root: '.',
pattern: /.\-tests\.ts/g,
tsc: 'node ./_infrastructure/tests/typescript_0.8.2/tsc.js ',
tsc: 'node ./_infrastructure/tests/typescript_0.8.3/tsc.js ',
exclude: {
'.git': true,
'.gitignore': true,
+1 -1
View File
@@ -4,7 +4,7 @@
var cfg = {
root: '.',
pattern: /.\-tests\.ts/g,
tsc: 'node ./_infrastructure/tests/typescript_0.8.2/tsc.js ',
tsc: 'node ./_infrastructure/tests/typescript_0.8.3/tsc.js ',
exclude: {
'.git': true,
'.gitignore': true,
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,2 @@
#!/usr/bin/env node
require('./tsc.js')
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff