jshttp / content-type

Create and parse HTTP Content-Type header
MIT License
131 stars 25 forks source link

Added power support for the travis.yml file with ppc64le. #17

Closed sreekanth370 closed 3 years ago

sreekanth370 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.

dougwilson commented 3 years ago

Thank you for your contribution, but this is a pure-JS module which does not use any OS APIs in Node.js, so there isn't really a need to test on various operation systems and architectures within this project, which is why it does not test on Windows, either. This change further ties us in to Travis CI, which is in the process of being removed from our projects due to it no longer being free soon.