expressjs / vhost

virtual domain hosting
MIT License
761 stars 87 forks source link

Travis-ci: added support for ppc64le & excluded unsupported versions for ppc64le #43

Closed dthadi3 closed 3 years ago

dthadi3 commented 3 years ago

Hi,

I had added ppc64le(Linux on Power) architecture support & excluded unsupported versions for ppc64le on Travis-CI in the PR and looks like its been successfully added.

Reason behind running tests on ppc64le: This package is included in the ppc64le versions of RHEL and Ubuntu - this allows the top of tree to be tested continuously as it is for Intel, making it easier to catch any possible regressions on ppc64le before the distros begin their clones and builds. This reduces the work in integrating this package into future versions of RHEL/Ubuntu.

Regards, Devendra

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.