Disable FreeBSD on Travis CI since it's not working.

Travis CI currently provides only FreeBSD 12 which is EOL.
This commit is contained in:
Qi Wang 2024-01-04 14:16:00 -08:00 committed by Qi Wang
parent d284aad027
commit 3a6296e1ef
2 changed files with 5 additions and 49 deletions

View file

@ -309,7 +309,11 @@ def main():
jobs = '\n'.join((
generate_windows(AMD64),
generate_freebsd(AMD64),
# Travis currently provides only FreeBSD 12.1 which is EOL. Builds are
# not working as of Jan 2024. Disable the tests for now to avoid the
# noise / confusion.
# generate_freebsd(AMD64),
generate_linux(AMD64),
generate_linux(PPC64LE),