go-gomail / gomail

The best way to send emails in Go.
MIT License
4.29k stars 569 forks source link

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

Open dthadi3 opened 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. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing.

dthadi3 commented 3 years ago

@alexcesaro waiting for your response for merging ppc64le. Thanks!