travis CI: drop macOS and Linux builds

They are covered by GitHub CI
Also testing on s390x does not serve much
main
Christian Göttsche 5 years ago committed by cgzones
parent dcf7ad386c
commit c6d9fa279b
  1. 11
      .travis.yml

@ -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

Loading…
Cancel
Save