Merge pull request #357 from Diullei/master

updated typescript to 0.8.3 on CI test
This commit is contained in:
Diullei Gomes
2013-02-28 16:46:26 -08:00
6 changed files with 56814 additions and 2 deletions

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,

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

View File

@@ -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