You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/advanced-use/index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,6 @@ To customize linting behavior, edit `.eslintrc.js`. An example configuration mig
47
47
48
48
## Continuous integration testing
49
49
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.
51
51
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