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

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