aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2020-02-15 17:31:30 +0100
committerLuca Deri <deri@ntop.org>2020-02-15 17:31:30 +0100
commit9796fdc0e9ab09ae954e75c28345dbc5da955659 (patch)
tree10357ebd8fb86c26bba4b5bda9279925a86bdd53
parente0a058af6726a87009cca29759ce02dfdf0d04c6 (diff)
Temporarely disabled x390 s390x as we have no way to debug the code on such platforms
-rw-r--r--.travis.yml40
1 files 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