summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-04-21 11:39:59 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-04-21 11:41:35 +0200
commit93f3e43c6ce2660003e2f8c450c3c12ba805356d (patch)
treefefafbb9e5008908fab88841a31e0926dd039c46 /.travis.yml
parentaa81cd71486ee2503a8c5d49a00f361ea4cd109c (diff)
downloadtcpdump-93f3e43c6ce2660003e2f8c450c3c12ba805356d.tar.gz
Travis CI: Remove capture on architecture s390x (not working)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a2911489..9776136c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -147,7 +147,7 @@ script:
- ./tcpdump -D
- sudo ./tcpdump -J
- sudo ./tcpdump -L
- - if [ "$TRAVIS_OS_NAME" = linux -a "$TRAVIS_CPU_ARCH" != ppc64le ]; then sudo ./tcpdump -#n -c 10; fi
+ - if [ "$TRAVIS_OS_NAME" = linux -a "$TRAVIS_CPU_ARCH" != ppc64le -a "$TRAVIS_CPU_ARCH" != s390x ]; then sudo ./tcpdump -#n -c 10; fi
- if [ "$CMAKE" = no ]; then make releasetar; fi
- echo '$ cat Makefile [...]'; echo travis_fold:start:script.cat_makefile
- if [ "$CMAKE" = no ]; then cat Makefile | sed -n '1,/DO NOT DELETE THIS LINE -- mkdep uses it/p'; fi