Skip to content

Commit 7e61932

Browse files
committed
Tweak README and ember-try config
1 parent 003f7a1 commit 7e61932

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
# as well as latest stable release (bonus points to beta/canary)
2020
- EMBER_TRY_SCENARIO=ember-lts-2.8
2121
- EMBER_TRY_SCENARIO=ember-lts-2.12
22+
- EMBER_TRY_SCENARIO=ember-lts-2.18
2223
- EMBER_TRY_SCENARIO=ember-release
2324
- EMBER_TRY_SCENARIO=ember-beta
2425
- EMBER_TRY_SCENARIO=ember-canary

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ember-buffered-proxy [![Build Status](https://travis-ci.org/yapplabs/ember-buffered-proxy.svg?branch=master)](https://travis-ci.org/yapplabs/ember-buffered-proxy)
22

3-
An Ember Object Proxy (and mixin) the enables change buffering. Ever need to "hold back" property changes before they propagate? If so this may be the project for you.
3+
An Ember Object Proxy (and mixin) that enables change buffering. Ever need to "hold back" property changes before they propagate? If so, this may be the addon for you.
44

55
## Usage
66

config/ember-try.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ module.exports = {
2727
}
2828
}
2929
},
30+
{
31+
name: 'ember-lts-2.18',
32+
npm: {
33+
devDependencies: {
34+
'ember-source': '~2.18.0'
35+
}
36+
}
37+
},
3038
{
3139
name: 'ember-release',
3240
bower: {

0 commit comments

Comments
 (0)