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
Some plugin builds aren't running on PHP 5.3.3 anymore due to problems with running composer without openssl. See https://travis-ci.org/piwik/plugin-AnonymousPiwikUsageMeasurement/jobs/121581687
Travis CI doesn't support OpenSSL for PHP 5.3.3 by default. So maybe we would need to install that manually or disable tls for composer.
The text was updated successfully, but these errors were encountered:
fixes #23 - disable tls for composer on php 5.3
5ecb31e
OpenSSL isn't available on PHP 5.3.3 on travis ci
sgiehl
Successfully merging a pull request may close this issue.
Some plugin builds aren't running on PHP 5.3.3 anymore due to problems with running composer without openssl. See https://travis-ci.org/piwik/plugin-AnonymousPiwikUsageMeasurement/jobs/121581687
Travis CI doesn't support OpenSSL for PHP 5.3.3 by default. So maybe we would need to install that manually or disable tls for composer.
The text was updated successfully, but these errors were encountered: