Skip to content

Update reference to travis to GitHub Actions #291

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

Merged
merged 2 commits into from
Jun 12, 2023
Merged
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
4 changes: 2 additions & 2 deletions guides/advanced-use/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ To customize linting behavior, edit `.eslintrc.js`. An example configuration mig

## Continuous integration testing

Default Ember apps contain a file called `.travis.yml` that specifies the commands to be used with [Travis](https://travis-ci.org/), a Continuous Integration testing vendor.
Default Ember projects contain a file called `.github/workflows/ci.yml` that specifies the commands to be used with [GitHub Actions](https://github.com/features/actions), an option for continuous integration testing.

Developers are free to use other CI providers. They are encouraged to reference the default blueprint of `.travis.yml` to get an idea of what kinds of information to include when configuring other vendors.
Developers are free to use other CI providers. They are encouraged to reference the default blueprint of `.github/workflows/ci.yml` to get an idea of what kinds of information to include when configuring other vendors.