From ce5723cdba261b88b08d9c3eff1e57dea5a3d509 Mon Sep 17 00:00:00 2001 From: x Date: Tue, 22 Oct 2019 15:06:05 +0200 Subject: [PATCH] . --- .travis.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2d46363..4f90241 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,20 +19,23 @@ script: matrix: include: - - name: Linux ARM + - name: Linux arm os: linux arch: arm64 compiler: gcc - - name: Linux + - name: Linux amd64 os: linux - - name: ppc64le + - name: Power - ppc64le os: linux-ppc64le - - - name: Windows, MinGW + script: uname -a + make + + - name: Windows-MinGW os: windows script: mingw32-make + - ./icapp ZIPF - name: macOS, xcode11 os: osx