]> The Tcpdump Group git mirrors - tcpdump/commitdiff
travis: see if this flavor of if: works.
authorGuy Harris <[email protected]>
Thu, 14 May 2020 16:50:19 +0000 (09:50 -0700)
committerGuy Harris <[email protected]>
Thu, 14 May 2020 16:51:04 +0000 (09:51 -0700)
Instead of having a list that includes an if: and other tests, have an
if: that combines the conditions with AND.

.travis.yml

index f61c899599989ca9a703c1a8006a27a6c595bf3b..53063394b42d44ed37554a9132fbe848c345c296 100644 (file)
@@ -36,14 +36,13 @@ 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