begriffs / pg_rational

Precise fractional arithmetic for PostgreSQL
MIT License
233 stars 14 forks source link

Travis-ci: added support for ppc64le #23

Closed dthadi3 closed 3 years ago

dthadi3 commented 3 years ago

Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing.

begriffs commented 3 years ago

Thank you! By the way, does Travis offer a 32-bit system as well? That would help for https://github.com/begriffs/pg_rational/issues/14

dthadi3 commented 3 years ago

No @begriffs