diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-05-14 03:27:34 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-05-14 03:27:34 -0700 |
commit | 71f6909b74602272d2c3c8ef60e16c6ba1f741c2 (patch) | |
tree | d99061832e2d6ed9c5ad5feda80053ffc8e6f161 /.travis.yml | |
parent | 5fd77bf58db4a16ec3989decc50cf18b2fef30f8 (diff) | |
download | tcpdump-71f6909b74602272d2c3c8ef60e16c6ba1f741c2.tar.gz |
Travis: see if the branch suppression works *at all*.
Compare against master rather than coverity_scan, and see if that
prevents the *master* branch from being built on the experimental
platforms.
(It doesn't seem to be working with coverity_scan; what the heck is the
problem?)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index f0651eb7..4b5c8622 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,11 +49,11 @@ jobs: - compiler: gcc os: osx - arch: ppc64le - if: branch == coverity_scan + if: branch == master - arch: s390x - if: branch == coverity_scan + if: branch == master - arch: arm64 - if: branch == coverity_scan + if: branch == master cache: ccache |