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:
@ -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'
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user