Skip to content

Commit 1fc2703

Browse files
committed
Update readme with instrunctions on how to use new style
1 parent d6402c0 commit 1fc2703

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ cache:
1010

1111
env:
1212
# we recommend testing LTS's and latest stable release (bonus points to beta/canary)
13+
- EMBER_TRY_SCENARIO=ember-lts-2.12
1314
- EMBER_TRY_SCENARIO=ember-release
1415
- EMBER_TRY_SCENARIO=ember-beta
1516
- EMBER_TRY_SCENARIO=ember-canary

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Install by running
1717
ember install ember-cli-head
1818
```
1919

20+
And add `{{head-layout}}` to the top of your application template.
21+
2022
#### Version
2123
Take into account that version >= 0.3 of this addon require Ember 2.10+ and fastboot >=1.0.rc1
2224
Please use 0.2.X if you don't fulfull both requirements.

config/ember-try.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
/* eslint-env node */
22
module.exports = {
33
scenarios: [
4+
{
5+
name: 'ember-lts-2.12',
6+
npm: {
7+
devDependencies: {
8+
'ember-source': '~2.12.0'
9+
}
10+
}
11+
},
412
{
513
name: 'ember-release',
614
bower: {

0 commit comments

Comments
 (0)