1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
sudo: required services: - docker arch: packages: - namcap script: - "PKGEXT='.pkg.tar' makepkg -si --noconfirm" - "namcap PKGBUILD" - "namcap gitkraken*.pkg*" script: - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash" notifications: email: false