From 69d64d06f4150963ed2025060d153ebb5cc2f5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Mon, 16 Nov 2020 23:42:30 -0300 Subject: [PATCH] .travis.yml: remove file. Disable Travis CI. --- .travis.yml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 42ef134aa4d..00000000000 --- a/.travis.yml +++ /dev/null @@ -1,41 +0,0 @@ -language: bash -dist: bionic - -git: - depth: 200 - -env: - global: - - PATH=$PATH:/tmp/bin - - DOCKER_BASE=voidlinux/masterdir - - TAG=20200607RC01 - - matrix: - - XLINT=1 LICENSE_LIST=common/travis/license.lst - - ARCH=x86_64 BOOTSTRAP=x86_64 - - ARCH=i686 BOOTSTRAP=i686 - - ARCH=aarch64 BOOTSTRAP=x86_64 - - ARCH=armv7l BOOTSTRAP=x86_64 - - ARCH=x86_64-musl BOOTSTRAP=x86_64-musl - - ARCH=armv6l-musl BOOTSTRAP=x86_64-musl - - ARCH=aarch64-musl BOOTSTRAP=x86_64-musl - -install: - - common/travis/docker.sh - -before_script: - - common/travis/set_mirror.sh - - common/travis/prepare.sh - - common/travis/fetch_upstream.sh - - common/travis/changed_templates.sh - - common/travis/fetch-xtools.sh - - common/travis/xlint.sh - -script: - - if [ -z "$XLINT" ]; then docker exec -t void hostrepo/common/travis/build.sh $BOOTSTRAP $ARCH; fi - -after_script: - - if [ -z "$XLINT" ]; then docker exec -t void hostrepo/common/travis/show_files.sh $BOOTSTRAP $ARCH; fi - -notifications: - email: false