Skip to content

Commit 8a74fcc

Browse files
authored
Merge pull request #1338 from ember-learn/ec-v5-travis-ci-support
add travis-ci-support ember-cli v5 deprecation
2 parents 431bf0a + 5afd1d5 commit 8a74fcc

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

app/templates/index.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@
107107
</ul>
108108
</li>
109109
</ul>
110-
</div>
110+
</div>
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Travis CI Support
3+
since: 5.5.0
4+
until: 6.0.0
5+
---
6+
7+
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.
8+
9+
The Ember CLI option for Travis CI when generating projects has been deprecated, including the `--ci-provider=travis ` command-line flag.
10+
11+
Travis CI may continue to be used, but the config will no longer be maintained or updated by the Ember CLI blueprint.
12+
13+
This deprecation is the result of [RFC #918](https://rfcs.emberjs.com/id/0918-deprecate-travis-ci-support).

0 commit comments

Comments
 (0)