-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: Adds appveyor build file #55
Conversation
Do we need someone else’s review or I can merge it? |
@d3viant0ne Do you have any changes in mind for this? I don't understand Appveyor well enough to comment. |
I wanted to try this config out in a project before I merged it, to make sure it works the way I think it should. |
001bc2e
to
12e6eb2
Compare
src/tasks/appveyor.js
Outdated
environment: { | ||
matrix: [ | ||
{ | ||
nodejs_version: '7', |
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.
7
=> 8
:)
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.
@michael-ciniawsky - Now configured to use the config for it's nodejs versions like the travis template.
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.
👍
Adds an appveyor build file to
webpack-defaults
Output ...
Closes #54