Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor to Node 4 supported ES2015 syntax. #37

Merged
merged 8 commits into from
May 5, 2017
Merged

Refactor to Node 4 supported ES2015 syntax. #37

merged 8 commits into from
May 5, 2017

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented May 5, 2017

  • Use class
  • Use const / let
  • Add yarn.lock
  • Update Node versions to test in.

@rwjblue rwjblue requested a review from Turbo87 May 5, 2017 13:06
.travis.yml Outdated

before_script:
# ensure we are testing against latest versions of all deps when using Yarn
- yarn upgrade
Copy link
Member

Choose a reason for hiding this comment

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

I'd prefer to use --no-lockfile since we use that everywhere else too

Copy link
Member Author

Choose a reason for hiding this comment

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

👍 - Done

.travis.yml Outdated

branches:
only:
- master
Copy link
Member

Choose a reason for hiding this comment

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

Why?

Copy link
Member Author

Choose a reason for hiding this comment

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

I can't have my own fork (transfered from rwblue to ember-cli) so I added this because I don't want to kick off two CI jobs for my PR branch pushes.

Copy link
Member

Choose a reason for hiding this comment

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

I think the move has happened long enough ago for you to be able to fork again 🤷‍♂️

Copy link
Member Author

Choose a reason for hiding this comment

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

I'd rather just not worry about it. I updated this to match what ember-cli itself does: https://github.com/ember-cli/ember-cli/blob/master/.travis.yml#L9-L15.

Also setup yarn caching.
These were from when ember-cli-version-checker *only* checked for
ember-cli's own version number.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants