Skip to content

Commit ba68377

Browse files
committed
fix broken tests
1 parent 50ee14c commit ba68377

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
# we recommend new addons test the current and previous LTS
3838
# as well as latest stable release (bonus points to beta/canary)
3939
- stage: "Additional Tests"
40+
env: EMBER_TRY_SCENARIO=ember-lts-2.16
41+
- env: EMBER_TRY_SCENARIO=ember-lts-2.18
4042
- env: EMBER_TRY_SCENARIO=ember-release
4143
- env: EMBER_TRY_SCENARIO=ember-beta
4244
- env: EMBER_TRY_SCENARIO=ember-canary

tests/dummy/app/templates/docs/components/es-footer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
{{!-- Check out the component blocks and their respective
2020
configuration --}}
2121
<EsFooter as |f|>
22-
<f.info @infoLinks={{infoLinks}}/>
23-
<f.statement @socialLinks={{socialLinks}}/>
24-
<f.contributions @contributorLinks={{contributorLinks}}/>
22+
<f.info @infoLinks={{infoLinks}} />
23+
<f.statement @socialLinks={{socialLinks}} />
24+
<f.contributions @contributorLinks={{contributorLinks}} />
2525
</EsFooter>
2626
{{/demo.example}}
2727
{{demo.snippet 'demo3'}}

0 commit comments

Comments
 (0)