angular-cn/scripts/ci
George Kalpakas ddb792da28 build: remove unnecessary `internal-angular` karma reporter (#24803)
The reporter was added in 87d56acda, with the purpose of fixing
source-map paths (which was apparently needed back then). Things have
moved around a lot since then and the custom reporter doesn't seem to be
necessary any more. By removing the reporter, we have one less thing to
worry about while upgrading karma; plus we get improvements in built-in
reporters for free.

Output with the custom reporter:
```
at someMethod (packages/core/.../some-file.ts:13:37)
```

Output with the built-in reporter:
```
at someMethod (packages/core/.../some-file.ts:13.37 <- dist/all/@angular/core/.../some-file.js:1:337)
```

PR Close #24803
2018-07-09 15:10:49 -07:00
..
_travis-fold.sh build: fix paths to typings files so tsickle resolves imports correctly 2017-03-16 17:34:29 -07:00
angular.sh ci: redo how env variables are set and shared in ci to prevent collisions 2017-03-05 08:03:38 -08:00
build.sh build: upgrade jasmine (and related typings) to latest version (#19904) 2018-07-06 13:48:02 -07:00
cleanup.sh ci: redo how env variables are set and shared in ci to prevent collisions 2017-03-05 08:03:38 -08:00
deploy.sh ci: publish build snapshots from Bazel/CircleCI (#23512) 2018-04-23 15:45:56 -07:00
env.sh ci: remove travis e2e_2 job (#22810) 2018-04-13 16:30:50 -07:00
install-chromium.sh build: comment-out chromium version checking code temporarily (#22232) 2018-02-14 17:26:43 -05:00
install.sh ci: remove travis e2e_2 job (#22810) 2018-04-13 16:30:50 -07:00
offline_compiler_test.sh feat(core): upgrade rxjs to 6.0.0-alpha.4 (#22573) 2018-03-19 21:51:51 -07:00
payload-size.js build(core): improve payload size failure message (#21346) 2018-01-08 13:13:52 -05:00
payload-size.sh build: fix aio size tracking, we need to use node_modules local to aio (#23328) 2018-04-11 23:14:23 -07:00
print-logs.sh ci: redo how env variables are set and shared in ci to prevent collisions 2017-03-05 08:03:38 -08:00
publish-build-artifacts.sh ci(ivy): configure CI environments for Ivy JIT and AOT (#24309) 2018-06-08 13:34:27 -07:00
test-aio-e2e.sh refactor(aio): remove unnecessary `--` from yarn commands 2017-09-25 14:37:13 -07:00
test-aio-tools.sh ci(aio): compute AIO deployment mode 2017-08-04 09:14:18 -07:00
test-aio.sh build(aio): remove redundant flags from cli commands (#23234) 2018-04-17 14:09:02 -07:00
test-browserstack.sh ci: redo how env variables are set and shared in ci to prevent collisions 2017-03-05 08:03:38 -08:00
test-e2e.sh ci: remove travis e2e_2 job (#22810) 2018-04-13 16:30:50 -07:00
test-js.sh feat: typescript 2.9 support (#24652) 2018-07-03 13:32:06 -07:00
test-saucelabs.sh build: remove unnecessary `internal-angular` karma reporter (#24803) 2018-07-09 15:10:49 -07:00
test.sh ci: remove travis e2e_2 job (#22810) 2018-04-13 16:30:50 -07:00