diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-05-14 03:59:18 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-05-14 03:59:18 -0700 |
commit | 593769afa269b6528d3da874a799dd8dc6ac4ea6 (patch) | |
tree | dea1e0ecb40be3d3560b68ceca2ee6cece1e6689 /.travis.yml | |
parent | 8bcbdf0d853288b1d017aee5fa64328170eb9cb0 (diff) | |
download | tcpdump-593769afa269b6528d3da874a799dd8dc6ac4ea6.tar.gz |
travis: OK, test os rather than branch.
What the *heck* am I missing in the documentation? Does this feature
Simply. Not. Work. At. All?
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 553e82e6..02c9c19a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ compiler: # jobs: exclude: - - if: branch = "master" + - if: os = linux cache: ccache |