-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Conversation
.travis.yml
Outdated
|
||
before_script: | ||
# ensure we are testing against latest versions of all deps when using Yarn | ||
- yarn upgrade |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 🤷♂️
There was a problem hiding this comment.
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.
class
const
/let
yarn.lock