-
Notifications
You must be signed in to change notification settings - Fork 63
adds .appveryor.yml #162
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
adds .appveryor.yml #162
Conversation
.appveyor.yml
Outdated
@@ -0,0 +1,24 @@ | |||
environment: | |||
matrix: | |||
- nodejs_version: "4" |
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.
No more need for Node.js 4
rebase master on this branch so that CI is green |
Sorry I have to leave for today, should I be able to push I did create the git clone https://github.com/ipfs/js-ipfsd-ctl.git
git checkout appveyor
git rebase master
git status
On branch appveyor
Your branch and 'origin/appveyor' have diverged,
and have 7 and 4 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
git push origin appveyor # wont let me Else I'll fork again tomorrow and create a new PR from my fork |
@thisconnect you needed to do You will need to rebase for #155 |
thanks! |
Thank you for shipping this :) |
No description provided.