travis CI: drop macOS and Linux builds

They are covered by GitHub CI
Also testing on s390x does not serve much
This commit is contained in:
Christian Göttsche 2020-12-04 17:37:23 +01:00 committed by cgzones
parent dcf7ad386c
commit c6d9fa279b
1 changed files with 0 additions and 11 deletions

View File

@ -6,17 +6,6 @@ compiler:
os:
- freebsd
- linux
- osx
arch:
- amd64
- s390x
before_script:
if [[ ${TRAVIS_CPU_ARCH} == 's390x' ]]; then
sudo apt-get update && sudo apt-get install -y libncursesw5-dev ;
fi
script:
- ./autogen.sh