From 7e5c8915c56e1cf43ac5ed6050894bff633562c6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 6 May 2020 22:44:43 +0200 Subject: [PATCH] Changes labels of wxBase builds on PPC/s390 architectures We're only building wxBase there, not the full wxGTK. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 38a8ba312c..b7ca5f0eb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,11 +68,11 @@ matrix: - os: linux arch: ppc64le env: wxCONFIGURE_FLAGS="--disable-sys-libs --disable-gui" wxLXC=1 wxSKIP_GUI=1 - name: wxGTK PowerPC64 + name: wxBase PowerPC64 - os: linux arch: s390x env: wxCONFIGURE_FLAGS="--disable-sys-libs --disable-gui" wxLXC=1 wxSKIP_GUI=1 - name: wxGTK S/390 + name: wxBase S/390 branches: only: