diff options
author | Guy Harris <gharris@sonic.net> | 2020-05-23 22:57:21 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2020-05-23 22:57:21 -0700 |
commit | 2d71211322291d00a7b9d87032a02a8660a49024 (patch) | |
tree | 6d8bd59bcda1bba33e2417fae9b4f37f4ee0183f | |
parent | 684fd7431ced5152e0c27a9e563113375ba3d5d9 (diff) | |
download | tcpdump-2d71211322291d00a7b9d87032a02a8660a49024.tar.gz |
Revert "travis: try to fix the "don't use GCC on macOS" rules"
This reverts commit 684fd7431ced5152e0c27a9e563113375ba3d5d9.
Duh, I was looking at a build of a pull request that hasn't yet been
rebased on main with the .travis.yml changes, so those rules weren't
there in the first place.
[skip ci]
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 24bb61f6..b5a23525 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,6 +58,7 @@ compiler: # but we *have* no allow_failures jobs. # jobs: + fast_finish: true exclude: - arch: ppc64le os: osx |