diff --git a/.travis.yml b/.travis.yml index 438cf32..d3e3c60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ dist: bionic language: go +arch: + - amd64 + - ppc64le + go: - "stable" # - "oldstable" # https://github.com/travis-ci/gimme/issues/179