summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-12-04 17:37:23 +0100
committercgzones <cgzones@googlemail.com>2020-12-08 16:07:45 +0100
commitc6d9fa279b1ace57d52a25ae770fea22afc715e7 (patch)
tree75cf72404386ae0df9f9718dbfc240977e007a50 /.travis.yml
parentdcf7ad386c36d1f1bc2fac1bda95170561387437 (diff)
travis CI: drop macOS and Linux builds
They are covered by GitHub CI Also testing on s390x does not serve much
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 0 insertions, 11 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy