aboutsummarylogtreecommitdiffstats
path: root/.travis.yml
blob: bee7ab389b51aef6ba44aee96fb43dbd9a8f171b (plain)
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