diff --git a/.travis.yml b/.travis.yml index 406b5ce..77c0470 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: go +arch: + - amd64 + - ppc64le go: - 1.2.x - 1.3.x @@ -14,3 +17,11 @@ go: - 1.13.x - 1.14.x - tip +jobs: + exclude: # Excluded for power support as the lower versions are not supported + - arch: ppc64le + go: 1.2.x + - arch: ppc64le + go: 1.3.x + - arch: ppc64le + go: 1.4.x