diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-05-14 03:38:07 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-05-14 03:38:07 -0700 |
commit | 52a4687389a73ccde63a97034acdd6c71fb99da2 (patch) | |
tree | 54b4e7b01bd2da70e701821d086a7720e529f33c /.travis.yml | |
parent | 5aac080f19b016ad62a4a51e4989d4b987861b92 (diff) | |
download | tcpdump-52a4687389a73ccde63a97034acdd6c71fb99da2.tar.gz |
travis: see whether having multiple test with an architecture is the probblem.
This behavior seems utterly random - with nothing I can see in the
documentation to indicate that it should *NOT* work - so try something
random.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 98134c9d..a5916bac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,8 +40,6 @@ compiler: # jobs: exclude: - - arch: ppc64le - os: osx - arch: s390x os: osx - arch: arm64 |