From c9549ad6bd04068bc417a5d3fe861ffaec87df1e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 8 Jun 2021 20:32:19 +0200 Subject: Revert "Merge branch 'sunweaver-pr/travis-ci'" This reverts commit a8ac8e90ec13132c7fbd0f9b09f3cf7f9fd4c23b, reversing changes made to d83a0b832784a7a69dc282d9be7679bc98586b62. --- .travis.yml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6ebac89..0000000 --- a/.travis.yml +++ /dev/null @@ -1,43 +0,0 @@ -# vim: set ts=2 sts=2 sw=2 expandtab : -dist: bionic -language: shell -os: linux - -arch: - - amd64 - - ppc64le - -services: - - docker - -addons: - apt: - packages: - - python3-pip - - python3-setuptools - -before_install: - # let's use the Ayatana Indicators project's docker build script... - - curl -Ls -o docker-build https://github.com/AyatanaIndicators/ayatana-dev-scripts/raw/master/travis/docker-build - - chmod +x docker-build - -install: - - pip3 install wheel - - pip3 install PyGithub - - ./docker-build --name ${DISTRO} --config .build.yml --install - -script: - - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts - -env: -# temp disable of archlinux builds, see https://gitlab.archlinux.org/archlinux/archlinux-docker/-/issues/56 -# - DISTRO="archlinux:latest" - - DISTRO="debian:testing" - - DISTRO="debian:stable" -# - DISTRO="ubuntu:rolling" - - DISTRO="ubuntu:focal" - -jobs: - exclude: - - env: DISTRO="archlinux:latest" - arch: ppc64le -- cgit v1.2.3