chore(compiler): Run compiler_cli tests in new CI.

Also update docs/peer deps, display errors from running jasmine, use the right location of cjs-jasmine
This commit is contained in:
Alex Eagle
2016-05-02 15:52:47 -06:00
parent ba62fe974b
commit de978229b2
5 changed files with 11 additions and 11 deletions

View File

@ -10,8 +10,7 @@ source ./env.sh
cd ../..
$(npm bin)/tsc -p ./tools/tsconfig.json
$(npm bin)/tsc -p ./modules/tsconfig.json
$(npm bin)/ng2tc -p ./modules/tsconfig.json
$(npm bin)/tsc -p ./tools/compiler_cli/src/tsconfig.json
echo 'travis_fold:end:BUILD'

View File

@ -16,6 +16,7 @@ cd ../..
echo 'travis_fold:start:test.unit.node'
gulp test.compiler_cli
# Run unit tests in node
node ./dist/tools/tsc-watch/ node