Skip to content

Commit a750a21

Browse files
authored
Merge pull request #291 from ember-learn/kategengler-patch-1
Update reference to travis to GitHub Actions
2 parents f561479 + 1924b68 commit a750a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/advanced-use/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ To customize linting behavior, edit `.eslintrc.js`. An example configuration mig
4747

4848
## Continuous integration testing
4949

50-
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.
50+
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.
5151

52-
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.
52+
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.

0 commit comments

Comments
 (0)