diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-05-14 04:13:08 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-05-14 04:13:08 -0700 |
commit | 74941cf9d060745f77a900863a104ca05f21ba3f (patch) | |
tree | f30d877104d80386b499440580fa322de2e0c161 /.travis.yml | |
parent | 19b7bfc54b7050612c5bb2c71d13ebd80868d02c (diff) | |
download | tcpdump-74941cf9d060745f77a900863a104ca05f21ba3f.tar.gz |
travis: suppress all builds.
If *this* doesn't work, then I think the only alternative is to file an
issue saying that the entire Travis feature is completely ineffective,
and either get them to say "no, you do it this way" or "yup, you lose"
or "yup, we'll fix it".
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ebaa1b8e..427448dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ compiler: # jobs: exclude: - - if: os = linux + - if: 1 = 1 cache: ccache |