Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 46d6cee..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-language: shell
-sudo: required
-
-services:
-- docker
-
-archlinux:
- packages:
- - openssh
- - subversion
- - rsync
- - arch-install-scripts
- - git
- - bzr
- - mercurial
- - diffutils
- - asciidoc
- - shellcheck
- script:
- - sudo pacman -Syu --noconfirm --needed "${CONFIG_PACKAGES[@]}"
- - make PREFIX=/usr
- - make PREFIX=/usr DESTDIR="$(mktemp -d)" install
- - make check || true
- - SHELLCHECK_OPTS="-S error" make check
-
-script: 'curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash'
-
-# vim: ft=yaml ts=2 sw=2 et: