ratchetphp / Pawl

Asynchronous WebSocket client
MIT License
584 stars 85 forks source link

Add architecture ppc64le to travis build #114

Closed ddeka2910 closed 3 years ago

ddeka2910 commented 3 years ago

Add support for architecture ppc64le.

Exclude php 5.4, 5.5, 5.6, 7.0, 7.3 for ppc64le as is it not available.

This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing. For more info tag @gerrith3

ddeka2910 commented 3 years ago

@clue, thanks for the suggestion and considering to merge this. Have configured it now to have a single include instead of multiple exclude statements. Closing this PR and opening a new one with the changes.