We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Within Travis, the tests that try to scaffold an _s theme fail with an SSL issue due to the way cURL is set up within the Travis container: https://travis-ci.org/wp-cli/scaffold-command/jobs/445703175#L688
_s
I replicated the Travis container on my local machine and got the exact same result. Updating all packages through apt did not resolve the issue.
apt
The text was updated successfully, but these errors were encountered:
Work around Travis CI issue with _s download certificate
bbb577a
When the request fails on HTTPS, we switch to HTTP instead, which should work within Travis. Fixes #181
7d43c0e
No branches or pull requests
Within Travis, the tests that try to scaffold an
_s
theme fail with an SSL issue due to the way cURL is set up within the Travis container: https://travis-ci.org/wp-cli/scaffold-command/jobs/445703175#L688I replicated the Travis container on my local machine and got the exact same result. Updating all packages through
apt
did not resolve the issue.The text was updated successfully, but these errors were encountered: