docopt / docopt.go

A command-line arguments parser that will make you smile.
http://docopt.org/
MIT License
1.43k stars 111 forks source link

Adding ppc64le architecture support on travis-ci #76

Open kishorkunal-raj opened 3 years ago

kishorkunal-raj commented 3 years ago

Hi, I had added ppc64le(Linux on Power) architecture support on travis-ci in the PR and looks like its been successfully added. Also job for go 1.4 on ppc64le architecture is excluded as the version is not supported. I believe it is ready for the final review and merge. The travis ci build logs can be verified from the link below. https://travis-ci.com/github/kishorkunal-raj/docopt.go/builds/191152052

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.

Please have a look.

Regards, Kishor Kunal Raj

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 88.261% when pulling 8a9b868e43ba82812f292f8f50453b02eeab4577 on kishorkunal-raj:master into ee0de3bc6815ee19d4a46c7eb90f829db0e014b1 on docopt:master.

kishorkunal-raj commented 3 years ago

Any views on PR?