From 0766efcd2e42308b7fbf85faaacef4c9a1db988d Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Thu, 3 Dec 2020 15:01:21 -0500 Subject: [PATCH] Try testing on multiple cpu architectures --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 797f1be..ef2bd3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ dist: bionic os: linux -arch: amd64 +arch: + - amd64 + - arm64 + - ppc64le language: php