From 9796fdc0e9ab09ae954e75c28345dbc5da955659 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sat, 15 Feb 2020 17:31:30 +0100 Subject: Temporarely disabled x390 s390x as we have no way to debug the code on such platforms --- .travis.yml | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index 183c65743..406420d3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,25 +43,27 @@ matrix: - libpcap-dev - autogen - - os: linux - compiler: gcc - dist: bionic - arch: s390x - addons: - apt: - packages: - - libpcap-dev - - autogen - - - os: linux - compiler: clang - dist: bionic - arch: s390x - addons: - apt: - packages: - - libpcap-dev - - autogen +# Targets below have been disabled as we have no way +# to debug on tsuch platforms at the moment +# - os: linux +# compiler: gcc +# dist: bionic +# arch: s390x +# addons: +# apt: +# packages: +# - libpcap-dev +# - autogen +# +# - os: linux +# compiler: clang +# dist: bionic +# arch: s390x +# addons: +# apt: +# packages: +# - libpcap-dev +# - autogen - os: linux compiler: gcc-8 -- cgit v1.2.3