diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-05-14 04:21:52 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-05-14 04:21:52 -0700 |
commit | f407da2fc28b8a82a9c6540e8e1dfd627c091412 (patch) | |
tree | 1ad5eac1fdf346030b573ce2279610cf332384f8 /.travis.yml | |
parent | 8e8e70c555c12cf28e65a3bdcd51e8dddaa9e959 (diff) | |
download | tcpdump-f407da2fc28b8a82a9c6540e8e1dfd627c091412.tar.gz |
travis: try suppressing Linux builds without if:
I give up. This is completely insane.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 62d3b8d0..e3debe54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,8 +40,7 @@ compiler: # jobs: exclude: - - if: 1 = 1 - os: linux + - os: linux cache: ccache |