-
Notifications
You must be signed in to change notification settings - Fork 124
Test against Jekyll 3 #72
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
Conversation
The test chokes when testing with GitHub Pages:
Clearly the test is wrong. Any ideas why? |
Comparing paths is always annoying. It looks like |
Does it has something to do with safe mode or file system quarantine? It only fails when testing with the GitHub Pages gem. In all other cases, |
Perhaps it is a failure of Jekyll. I bet we fixed something in 2.5 that GHP's 2.4 isn't getting. |
Yes, I can confirm that the test fails with 2.4 and passes with 2.5.0. So... maybe shouldn't require the gh-pages test to pass for now? |
Thank you! You're killin it. I appreciate all these PR's. |
Happy to help in the small ways I am able 👍 |
jekyll/jekyll#3945