diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-04-18 15:32:24 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-04-18 15:32:24 -0700 |
commit | f955ed131cd16b757b456c8f5bcd0a45a8524b55 (patch) | |
tree | b2ec22eb3b12cc88050036cec87c490c17140358 /.travis.yml | |
parent | e4add0b010ed6f2180dcb05a13026242ed935334 (diff) | |
download | tcpdump-f955ed131cd16b757b456c8f5bcd0a45a8524b55.tar.gz |
Comment out z/Architecture and ARM64 builds.
Travis seems to be complaining that the build matrix has more than 200
jobs; if this successfully triggers a build, we'll have to figure out
some dimensions in the matrix to reduce or eliminate.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6ddc1a54..486cc9c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ language: c arch: - amd64 - ppc64le - - s390x - - arm64 +# - s390x +# - arm64 os: - linux |