-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
Windows tests #153
Windows tests #153
Conversation
Awesome 👍🏻 |
Got tests passing. For some reason Appveyor doesn't like rubocop, which I disabled, since it'll run on Travis anyways. Going to merge, since this fixes Windows support, but not going to make this a required test, as from my experience, Appveyor can sometimes be flaky, and while it can be informative, I don't want it to necessarily block things. To note, the setup is similar to travis, in that it uses |
This pull requests adds Appveyor Windows tests, and fixes a bug whereby collections, including posts, would not work on Windows due to improper path sanitization.