diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-05-14 09:53:53 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-05-14 09:53:53 -0700 |
commit | db556d50b76462a6e5db363257e1efad3d95a93b (patch) | |
tree | ed76194692a2c8200f55b8a1b964d5559ef36bde /.travis.yml | |
parent | 20ecf68b9ed076df8c7db120e69a44663c4e6e82 (diff) | |
download | tcpdump-db556d50b76462a6e5db363257e1efad3d95a93b.tar.gz |
Revert "travis: see if this flavor of if: works."
This reverts commit 20ecf68b9ed076df8c7db120e69a44663c4e6e82.
[Narrator: No, it does not work.]
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 53063394..f61c8995 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,13 +36,14 @@ compiler: # jobs: exclude: + - arch: ppc64le + os: osx - arch: s390x os: osx - arch: arm64 os: osx - compiler: gcc os: osx - - if: build = master AND arch = ppc64le AND os = osx cache: ccache |