Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

fix tests #4

Closed
wants to merge 1 commit into from
Closed

fix tests #4

wants to merge 1 commit into from

Conversation

marcoow
Copy link
Member

@marcoow marcoow commented Jan 2, 2017

No description provided.

@marcoow marcoow requested a review from Turbo87 January 2, 2017 15:18
Copy link
Contributor

@Turbo87 Turbo87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marcoow this will most likely either need a more recent version of ember-try or an update of ember-cli (recent Ember CLI releases include ember-try automatically)

let me know if I should take over this PR

@marcoow
Copy link
Member Author

marcoow commented Jan 2, 2017

@marcoow this will most likely either need a more recent version of ember-try or an update of ember-cli (recent Ember CLI releases include ember-try automatically)

just realized that as well ;)

let me know if I should take over this PR

❤️ yes, please

@Turbo87
Copy link
Contributor

Turbo87 commented Jan 3, 2017

I've thought a bit more about this PR, and I think it is probably not necessary to test all minor Ember releases with this addon since it's not doing anything special like using private API or an Handlebars AST transform. Instead I'd propose to follow the recommended pattern of testing against the last two LTS releases and stable/beta/canary (see https://github.com/ember-cli/ember-addon-output/blob/master/.travis.yml#L15-L20)

Do we still care about v1.13 compatibility?

@marcoow
Copy link
Member Author

marcoow commented Jan 3, 2017

I've thought a bit more about this PR, and I think it is probably not necessary to test all minor Ember releases with this addon since it's not doing anything special like using private API or an Handlebars AST transform. Instead I'd propose to follow the recommended pattern of testing against the last two LTS releases and stable/beta/canary (see https://github.com/ember-cli/ember-addon-output/blob/master/.travis.yml#L15-L20)

Sounds like a good idea. Can you take over?

Do we still care about v1.13 compatibility?

I'd say if we can support 1.13 without huge pains we should.

@Turbo87
Copy link
Contributor

Turbo87 commented Jan 3, 2017

Sounds like a good idea. Can you take over?

did that in #5

I'd say if we can support 1.13 without huge pains we should.

compared to https://github.com/ember-cli/ember-addon-output/blob/master/.travis.yml#L15-L20 I've kept the v1.13 test scenario in #5 so we should be able to support everything

I think the PR can be closed now in favor of #5

@marcoow marcoow closed this Jan 3, 2017
@Turbo87 Turbo87 deleted the fix-tests branch January 3, 2017 08:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants