summarylogtreecommitdiffstats
path: root/.travis.yml
blob: 4b0b27d3eaded1ae15aa9a2dfe54d95fbf611c16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
os: linux

services:
  - docker

archlinux:
  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