ansilove

ANSI and ASCII art to PNG converter in C
Log | Files | Refs | README | LICENSE

commit 7bd3dbe35f67614f071f4889398f95855c9e1d23
parent 6ca3fdbc456045bc868974a18aefdee6d3cdef23
Author: Frederic Cambus <fred@statdns.com>
Date:   Mon, 16 Nov 2020 13:49:53 +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 language: c