diff options
author | Hubert Figuière <hub@figuiere.net> | 2022-02-15 00:16:34 -0500 |
---|---|---|
committer | Hubert Figuière <hub@figuiere.net> | 2022-02-15 00:16:34 -0500 |
commit | dd73092716a9ded114e9e24d781c296dc0d529e6 (patch) | |
tree | ab9c0da98cc2ef58c134f80bc85929eb0177df11 | |
parent | 2990e1f30e85051c503932ef0f5487b13f45fc5d (diff) |
CI Test all arch
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c177c6c..af3b7ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,13 @@ os: matrix: include: - os: linux + arch: amd64 + - os: linux + arch: arm64 + - os: linux + arch: ppc64le + - os: linux + arch: s390x - os: osx osx_image: xcode7.2 - os: osx |