Travis-ci: added support for ppc64le (#682)

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.

(cherry picked from commit 2d639d8e49)
This commit is contained in:
Devendra 2020-11-13 19:02:44 +05:30 committed by lhchavez
parent 800edc61bf
commit 71922cf17b
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
language: go
arch:
- AMD64
- ppc64le
go:
- tip