diff options
author | Guy Harris <gharris@sonic.net> | 2020-05-23 22:54:22 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2020-05-23 22:56:21 -0700 |
commit | 684fd7431ced5152e0c27a9e563113375ba3d5d9 (patch) | |
tree | ef289f8a4d771c89984a791915cbb292f69cd0ad /.travis.yml | |
parent | 9426087f714586dd0f0032d6619bf695e4e0785c (diff) | |
download | tcpdump-684fd7431ced5152e0c27a9e563113375ba3d5d9.tar.gz |
travis: try to fix the "don't use GCC on macOS" rules
They aren't preventing GCC builds on macOS ("gcc" is just an alias for
Clang, so those builds serve no purpose), although the same rules
*are* preventing them for libpcap builds. The libpcap .travis.yml file
lacks the fast_finish item and the if: items; try removing the former
first.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b5a23525..24bb61f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,6 @@ compiler: # but we *have* no allow_failures jobs. # jobs: - fast_finish: true exclude: - arch: ppc64le os: osx |