From 031aa9dfc2974ffc7149de47b35970ae732c845b Mon Sep 17 00:00:00 2001 From: x Date: Tue, 22 Oct 2019 16:16:48 +0200 Subject: [PATCH] . --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1eb0e88..fc60cbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,11 +30,12 @@ matrix: - name: Power ppc64le os: linux-ppc64le compiler: gcc - script: uname -s - name: Windows-MinGW os: windows - script: mingw32-make + script: + - mingw32-make + - ./icapp ZIPF - name: macOS, xcode11 os: osx