diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-05-14 04:19:06 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-05-14 04:19:06 -0700 |
commit | 8e8e70c555c12cf28e65a3bdcd51e8dddaa9e959 (patch) | |
tree | 30c3f5af469fb843a3939be1c15c36ceca1cc8cc /.travis.yml | |
parent | 74941cf9d060745f77a900863a104ca05f21ba3f (diff) | |
download | tcpdump-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.yml | 1 |
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 |