2017-03-09 15:12:01 -05:00
|
|
|
# Miscellaneous - Integrate with CI
|
|
|
|
|
|
|
|
|
|
|
|
TODO (gkalpak): Add docs. Mention:
|
|
|
|
- Travis' JWT addon (+ limitations).
|
2017-07-07 09:46:28 -04:00
|
|
|
Relevant files: `.travis.yml`, `scripts/ci/env.sh`
|
2017-03-09 15:12:01 -05:00
|
|
|
- Testing on CI.
|
2017-07-07 09:46:28 -04:00
|
|
|
Relevant files: `scripts/ci/test-aio.sh`, `aio/aio-builds-setup/scripts/test.sh`
|
2017-03-09 15:12:01 -05:00
|
|
|
- Deploying from CI.
|
2017-07-07 09:46:28 -04:00
|
|
|
Relevant files: `scripts/ci/deploy.sh`, `aio/scripts/deploy-preview.sh`,
|
|
|
|
`aio/scripts/deploy-to-firebase.sh`
|