From 0729f716ab57cd75958e75956b92685e9fbf296e Mon Sep 17 00:00:00 2001 From: Ricardo Mendes Date: Wed, 30 Aug 2023 11:34:46 +0100 Subject: [PATCH 1/4] add support for ember-cli v5.x deprecations --- app/templates/index.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/index.hbs b/app/templates/index.hbs index aa1cea41..93940f63 100644 --- a/app/templates/index.hbs +++ b/app/templates/index.hbs @@ -107,4 +107,4 @@ - \ No newline at end of file + From 8de1e0db4c8c106f1628ed319ee319375a903acd Mon Sep 17 00:00:00 2001 From: Ricardo Mendes Date: Mon, 28 Aug 2023 17:34:48 +0100 Subject: [PATCH 2/4] add travis-ci-support ember-cli v5 deprecation --- content/ember-cli/v5/travis-ci-support.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content/ember-cli/v5/travis-ci-support.md diff --git a/content/ember-cli/v5/travis-ci-support.md b/content/ember-cli/v5/travis-ci-support.md new file mode 100644 index 00000000..5de54c32 --- /dev/null +++ b/content/ember-cli/v5/travis-ci-support.md @@ -0,0 +1,7 @@ +--- +title: Travis CI Support +since: 5.4.0 +until: 6.0.0 +--- + +Travis CI is no longer recommended. From 60e98311ce5d5b19d3c424bd1cb665290bcddb5b Mon Sep 17 00:00:00 2001 From: Katie Gengler Date: Fri, 20 Oct 2023 11:31:52 -0400 Subject: [PATCH 3/4] Update deprecation guide --- content/ember-cli/v5/travis-ci-support.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/ember-cli/v5/travis-ci-support.md b/content/ember-cli/v5/travis-ci-support.md index 5de54c32..a6fb56fe 100644 --- a/content/ember-cli/v5/travis-ci-support.md +++ b/content/ember-cli/v5/travis-ci-support.md @@ -1,7 +1,11 @@ --- title: Travis CI Support -since: 5.4.0 +since: 5.5.0 until: 6.0.0 --- -Travis CI is no longer recommended. +Travis CI is no longer recommended. Since Travis CI announced the end of its unlimited support for open-source projects, most of the Ember community has switched over to using GitHub Actions or other alternatives instead. + +The Ember CLI option for Travis CI when generating projects has been deprecated, including the `--ci-provider=travis ` command-line flag. + +Travis CI may continue to be used, but the config will no longer be maintained or updated by the Ember CLI blueprint. From 5afd1d509d77a0a27a231adc97695a789f9ff97f Mon Sep 17 00:00:00 2001 From: Katie Gengler Date: Fri, 20 Oct 2023 12:07:01 -0400 Subject: [PATCH 4/4] Add link to the RFC --- content/ember-cli/v5/travis-ci-support.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/ember-cli/v5/travis-ci-support.md b/content/ember-cli/v5/travis-ci-support.md index a6fb56fe..87fcc7c2 100644 --- a/content/ember-cli/v5/travis-ci-support.md +++ b/content/ember-cli/v5/travis-ci-support.md @@ -9,3 +9,5 @@ Travis CI is no longer recommended. Since Travis CI announced the end of its unl The Ember CLI option for Travis CI when generating projects has been deprecated, including the `--ci-provider=travis ` command-line flag. Travis CI may continue to be used, but the config will no longer be maintained or updated by the Ember CLI blueprint. + +This deprecation is the result of [RFC #918](https://rfcs.emberjs.com/id/0918-deprecate-travis-ci-support).