statzone

DNS zone file analyzer targeted at TLD zones
Log | Files | Refs | README | LICENSE

commit df73ff8a770c20f8b019753ea47ad349b70fded7
parent 5499f01860c286ba5e61ea24aa9ad691692d3e9a
Author: Frederic Cambus <fred@statdns.com>
Date:   Mon, 16 Nov 2020 14:02:44 +0100

Add the ppc64le architecture to the build matrix (Travis CI).

Diffstat:
M.travis.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,6 +1,7 @@ arch: - amd64 - arm64 + - ppc64le matrix: include: @@ -8,6 +9,8 @@ matrix: arch: amd64 - os: linux arch: arm64 + - os: linux + arch: ppc64le - os: osx arch: amd64