From 9b674e64022ef75d2277eb7b17c62ea06b2dde7f Mon Sep 17 00:00:00 2001 From: x Date: Tue, 22 Oct 2019 13:56:18 +0200 Subject: [PATCH] . --- .travis.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 389b25d..a548a0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,14 @@ matrix: - name: Linux os: linux + - name: ppc64le + os: linux-ppc64le + + - name: Windows, MinGW + os: windows + script: + - make + - name: macOS, xcode11 os: osx osx_image: xcode11 @@ -35,13 +43,3 @@ matrix: script: - make - - name: macOS, xcode7.3 - os: osx - osx_image: xcode7.3 - script: - - make - - - name: Windows, MinGW - os: windows - script: - - make