Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Readme] removed ember beta and canary deployments instruction from readme #2882

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,18 +144,6 @@ The Redis server is a modified version of `waiter/lib/travis/web/app.rb`. We wil
that with [`travis-web-index`](https://github.com/travis-ci/travis-web-index) and move to using
`ember-cli-deploy` for all deployments.

### Ember beta and canary deployments

Upon a merge to `master`, the application is built with the latest beta and canary versions
of Ember, running against the production API. This uses the same infrastructure as the
pull request deployments. You can visit these deployments at:
* https://ember-beta.travis-ci.org
* https://ember-beta.travis-ci.com
* https://ember-canary.travis-ci.org
* https://ember-canary.travis-ci.com

These deployments are also performed with the weekly cron build.


### Ask Travis updates

Expand Down