summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-05-14 04:19:06 -0700
committerGuy Harris <guy@alum.mit.edu>2020-05-14 04:19:06 -0700
commit8e8e70c555c12cf28e65a3bdcd51e8dddaa9e959 (patch)
tree30c3f5af469fb843a3939be1c15c36ceca1cc8cc /.travis.yml
parent74941cf9d060745f77a900863a104ca05f21ba3f (diff)
downloadtcpdump-8e8e70c555c12cf28e65a3bdcd51e8dddaa9e959.tar.gz
travis: does a condition have to follow if:?
Try doing os: linux, to see if it suppresses Linux builds. (If not, we'll just try os: linux without the if:, to see if *that* suppresses Linux builds; if so, time to hit the Travis maintainers upside the head.)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 427448dd..62d3b8d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,6 +41,7 @@ compiler:
jobs:
exclude:
- if: 1 = 1
+ os: linux
cache: ccache