disintegration / imaging

Imaging is a simple image processing package for Go
MIT License
5.22k stars 433 forks source link

Travis-ci: added support for ppc64le & updated go 1.13 & 1.14 & 1.15 #131

Closed dthadi3 closed 3 years ago

dthadi3 commented 3 years ago

Signed-off-by: Devendranath Thadi devendranath.thadi3@gmail.com

Added power support for the travis.yml file with ppc64le and updated latest go versions 1.13, 1.14 & 1.15. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling ab97377a034c85c52a950e6a4eab50355bac242c on dthadi3:ppc64le into 339f5d48a4f3352fe8bcdefe81de01e25f711b09 on disintegration:master.

disintegration commented 3 years ago

Thank you!