Skip to content

Commit 38329ca

Browse files
Fix build
1 parent 49d65dd commit 38329ca

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
node_js:
44
# we recommend testing addons with the same minimum supported node version as Ember CLI
55
# so that your addon works for all apps
6-
- "8"
6+
- "10"
77

88
sudo: false
99
dist: trusty
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
<div class="docs-font-sans docs-text-black docs-leading-normal">
2-
<DocsHeader />
1+
<div class="ember-view">
2+
<div class="docs-font-sans docs-text-black docs-leading-normal">
3+
<DocsHeader />
34

4-
{{outlet}}
5+
{{outlet}}
56

6-
<DocsKeyboardShortcuts />
7+
<DocsKeyboardShortcuts />
8+
</div>
79
</div>

tests/dummy/app/templates/index.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section
2-
class="hero docs-bg-white docs-flex docs-flex-wrap docs-justify-center"
2+
class="hero docs-flex docs-flex-wrap docs-justify-center"
33
>
44
<div class="section-content docs-mt-8 docs-mb-8 docs-w-full docs-max-w-4xl">
55
<div
@@ -30,7 +30,7 @@
3030

3131
<LinkTo
3232
@route="docs"
33-
class="docs-no-underline docs-bg-white docs-text-brand docs-text-xs docs-px-3 docs-py-2
33+
class="docs-no-underline docs-text-brand docs-text-xs docs-px-3 docs-py-2
3434
docs-rounded docs-mt-4 docs-shadow-md hover:docs-shadow-lg
3535
docs-transition hover:docs-nudge-t docs-font-bold docs-inline-block docs-uppercase"
3636
>

0 commit comments

Comments
 (0)