diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-05-14 03:43:34 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-05-14 03:43:34 -0700 |
commit | a96d55db3778a4023b1a542036a4d4dd4c512ef8 (patch) | |
tree | 8c645f6e0960bf8c6569dce87aa7f6dedb9eaa1d /.travis.yml | |
parent | 9378d01b08a26ec48ff693b46c5c6aac2a16cd21 (diff) | |
download | tcpdump-a96d55db3778a4023b1a542036a4d4dd4c512ef8.tar.gz |
travis: try just banning master-branch builds.
Either I'm *completely* misreading
https://docs.travis-ci.com/user/conditional-builds-stages-jobs/#conditionally-excluding-jobs
and
https://docs.travis-ci.com/user/conditions-v1
or This. Feature. Simply. Does. Not. Work. Worth. A. Damn.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml index 40580c32..bd9b794f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,18 +40,7 @@ compiler: # jobs: exclude: - - arch: s390x - os: osx - - arch: arm64 - os: osx - - compiler: gcc - os: osx - if: branch = "master" - arch: ppc64le - - if: branch = "master" - arch: s390x - - if: branch = "master" - arch: arm64 cache: ccache |