We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d3bc36 + d6dd506 commit e494d46Copy full SHA for e494d46
guides/basic-use/folder-layout.md
@@ -66,10 +66,6 @@ The [`ember new`](../cli-commands/#createanewapp) command generates the files an
66
<td><code>.template-lintrc.js</code></td>
67
<td> Configuration file for <a src="https://github.com/ember-template-lint/ember-template-lint"><code>ember-template-lint</code></a> rules </td>
68
</tr>
69
- <tr>
70
- <td><code>.travis.yml</code></td>
71
- <td>Boiler plate configuration file for testing on <a src="https://travis-ci.org/"><code>Travis CI</code></a></td>
72
- </tr>
73
<tr>
74
<td><code>ember-cli-build.js</code></td>
75
<td>
0 commit comments