angular-cn/scripts/ci-lite
George Kalpakas d1feb478a2 build(integration): fix tests (#14371)
Previously, the `integration/` tests were failing, because `concurrently "foo"`
does not inherit the `PATH` env var ([more info][1]).

This commit fixes it, by setting the `PATH` env var explicitly:
`concurrently "PATH=$PATH foo"`.

This commit also includes some minor refactoring of the `integration/` tests scripts:

- Move build-related operations to `ci-lite/build.sh` (for consistency).
- Use `yarn run ...` instead of `npm run ...` inside package.json scripts.
- Use global `yarn` (since we are already using it for `aio/`).
- Fix some `travis_fold` statements.

[1]: https://github.com/kimmobrunfeldt/concurrently/issues/61#issuecomment-252081610
2017-02-09 09:08:16 -08:00
..
build.sh build(integration): fix tests (#14371) 2017-02-09 09:08:16 -08:00
cleanup.sh chore(build): reenable optional jobs in SL and BS 2016-05-11 17:00:43 -07:00
deploy_aio_staging.sh ci(aio): deploy from CI to staging 2017-01-27 13:55:58 -08:00
env.sh ci: bump node version to 6.9.5 and npm to 3.10.7 2017-02-02 23:28:00 -08:00
install.sh build(integration): fix tests (#14371) 2017-02-09 09:08:16 -08:00
offline_compiler_test.sh build: upgrade to TypeScript 2.1 (#13294) 2017-02-08 11:32:30 -06:00
test.sh ci(aio): deploy from CI to staging 2017-01-27 13:55:58 -08:00
test_aio.sh ci(aio): fix and enable e2e tests on Travis (#14174) 2017-01-31 21:59:37 -08:00
test_browserstack.sh chore(build): reenable optional jobs in SL and BS 2016-05-11 17:00:43 -07:00
test_docs.sh ci(aio): run docs-tests in travis (#14097) 2017-01-26 23:47:07 -08:00
test_e2e.sh build(integration): fix tests (#14371) 2017-02-09 09:08:16 -08:00
test_js.sh ci: validate the message of each new commit as part of the CI linting 2017-01-23 10:51:28 -08:00
test_saucelabs.sh ci: update SauceLabs badge when running CI on master (#11352) 2016-09-06 12:07:48 -07:00