From c6d9fa279b1ace57d52a25ae770fea22afc715e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Fri, 4 Dec 2020 17:37:23 +0100 Subject: travis CI: drop macOS and Linux builds They are covered by GitHub CI Also testing on s390x does not serve much --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index bb79560d..2c79fa8d 100644 --- a/.travis.yml +++ b/.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 -- cgit v1.2.3